clang-tools
6.0.0
|
#include "FunctionSizeCheck.h"
#include "clang/AST/RecursiveASTVisitor.h"
#include "clang/ASTMatchers/ASTMatchFinder.h"
Go to the source code of this file.
Namespaces | |
clang | |
clang::tidy | |
clang::tidy::readability | |
unsigned Branches = 0 |
Definition at line 80 of file FunctionSizeCheck.cpp.
unsigned CurrentNestingLevel = 0 |
Definition at line 86 of file FunctionSizeCheck.cpp.
FunctionInfo Info |
Definition at line 84 of file FunctionSizeCheck.cpp.
Referenced by clang::tidy::readability::ConstTok(), clang::getTokenAtLoc(), and clang::tidy::modernize::ParseTokens().
unsigned Lines = 0 |
Definition at line 78 of file FunctionSizeCheck.cpp.
unsigned NestingThreshold = 0 |
Definition at line 81 of file FunctionSizeCheck.cpp.
std::vector<SourceLocation> NestingThresholders |
Definition at line 82 of file FunctionSizeCheck.cpp.
unsigned Statements = 0 |
Definition at line 79 of file FunctionSizeCheck.cpp.
std::vector<bool> TrackedParent |
Definition at line 85 of file FunctionSizeCheck.cpp.