Home
last modified time | relevance | path

Searched refs:FunctionCognitiveComplexityCheck (Results 1 – 6 of 6) sorted by relevance

/llvm-project-15.0.7/clang-tools-extra/clang-tidy/readability/
H A DFunctionCognitiveComplexityCheck.h34 class FunctionCognitiveComplexityCheck : public ClangTidyCheck {
36 FunctionCognitiveComplexityCheck(StringRef Name, ClangTidyContext *Context);
H A DFunctionCognitiveComplexityCheck.cpp500 FunctionCognitiveComplexityCheck::FunctionCognitiveComplexityCheck( in FunctionCognitiveComplexityCheck() function in clang::tidy::readability::FunctionCognitiveComplexityCheck
507 void FunctionCognitiveComplexityCheck::storeOptions( in storeOptions()
514 void FunctionCognitiveComplexityCheck::registerMatchers(MatchFinder *Finder) { in registerMatchers()
523 void FunctionCognitiveComplexityCheck::check( in check()
H A DCMakeLists.txt17 FunctionCognitiveComplexityCheck.cpp
H A DReadabilityTidyModule.cpp82 CheckFactories.registerCheck<FunctionCognitiveComplexityCheck>( in addCheckFactories()
/llvm-project-15.0.7/llvm/utils/gn/secondary/clang-tools-extra/clang-tidy/readability/
H A DBUILD.gn25 "FunctionCognitiveComplexityCheck.cpp",
/llvm-project-15.0.7/clang/docs/tools/
H A Dclang-formatted-files.txt1258 clang-tools-extra/clang-tidy/readability/FunctionCognitiveComplexityCheck.cpp
1259 clang-tools-extra/clang-tidy/readability/FunctionCognitiveComplexityCheck.h