Searched refs:FunctionCognitiveComplexityCheck (Results 1 – 6 of 6) sorted by relevance
34 class FunctionCognitiveComplexityCheck : public ClangTidyCheck {36 FunctionCognitiveComplexityCheck(StringRef Name, ClangTidyContext *Context);
500 FunctionCognitiveComplexityCheck::FunctionCognitiveComplexityCheck( in FunctionCognitiveComplexityCheck() function in clang::tidy::readability::FunctionCognitiveComplexityCheck507 void FunctionCognitiveComplexityCheck::storeOptions( in storeOptions()514 void FunctionCognitiveComplexityCheck::registerMatchers(MatchFinder *Finder) { in registerMatchers()523 void FunctionCognitiveComplexityCheck::check( in check()
17 FunctionCognitiveComplexityCheck.cpp
82 CheckFactories.registerCheck<FunctionCognitiveComplexityCheck>( in addCheckFactories()
25 "FunctionCognitiveComplexityCheck.cpp",
1258 clang-tools-extra/clang-tidy/readability/FunctionCognitiveComplexityCheck.cpp1259 clang-tools-extra/clang-tidy/readability/FunctionCognitiveComplexityCheck.h