clang-tools 19.0.0git
Namespaces
FunctionSizeCheck.cpp File Reference
#include "FunctionSizeCheck.h"
#include "clang/AST/RecursiveASTVisitor.h"
#include "clang/ASTMatchers/ASTMatchFinder.h"
#include "llvm/ADT/BitVector.h"

Go to the source code of this file.

Namespaces

namespace  clang
 ===– Representation.cpp - ClangDoc Representation --------—*- C++ -*-===//
 
namespace  clang::tidy
 
namespace  clang::tidy::readability
 

Variable Documentation

◆ Branches

unsigned Branches = 0

◆ CurrentNestingLevel

unsigned CurrentNestingLevel = 0

Definition at line 122 of file FunctionSizeCheck.cpp.

◆ Info

FunctionInfo Info

◆ Lines

unsigned Lines = 0

◆ NestingThreshold

unsigned NestingThreshold = 0

Definition at line 115 of file FunctionSizeCheck.cpp.

◆ NestingThresholders

std::vector<SourceLocation> NestingThresholders

Definition at line 117 of file FunctionSizeCheck.cpp.

◆ Statements

unsigned Statements = 0

Definition at line 113 of file FunctionSizeCheck.cpp.

◆ StructNesting

unsigned StructNesting = 0

Definition at line 121 of file FunctionSizeCheck.cpp.

◆ TrackedParent

llvm::BitVector TrackedParent

Definition at line 120 of file FunctionSizeCheck.cpp.

◆ Variables

unsigned Variables = 0

Definition at line 116 of file FunctionSizeCheck.cpp.