clang-tools  5.0.0
Public Attributes | List of all members
clang::tidy::readability::FunctionASTVisitor::FunctionInfo Struct Reference
Collaboration diagram for clang::tidy::readability::FunctionASTVisitor::FunctionInfo:
[legend]

Public Attributes

unsigned Lines = 0
 
unsigned Statements = 0
 
unsigned Branches = 0
 
unsigned NestingThreshold = 0
 
std::vector< SourceLocation > NestingThresholders
 

Detailed Description

Definition at line 76 of file FunctionSizeCheck.cpp.

Member Data Documentation

unsigned clang::tidy::readability::FunctionASTVisitor::FunctionInfo::Branches = 0

Definition at line 79 of file FunctionSizeCheck.cpp.

unsigned clang::tidy::readability::FunctionASTVisitor::FunctionInfo::Lines = 0

Definition at line 77 of file FunctionSizeCheck.cpp.

unsigned clang::tidy::readability::FunctionASTVisitor::FunctionInfo::NestingThreshold = 0
std::vector<SourceLocation> clang::tidy::readability::FunctionASTVisitor::FunctionInfo::NestingThresholders

Definition at line 81 of file FunctionSizeCheck.cpp.

unsigned clang::tidy::readability::FunctionASTVisitor::FunctionInfo::Statements = 0

Definition at line 78 of file FunctionSizeCheck.cpp.


The documentation for this struct was generated from the following file: