Searched refs:FunctionCognitiveComplexityCheck (Results 1 – 5 of 5) sorted by relevance
27 class FunctionCognitiveComplexityCheck : public ClangTidyCheck {29 FunctionCognitiveComplexityCheck(StringRef Name, ClangTidyContext *Context);
492 FunctionCognitiveComplexityCheck::FunctionCognitiveComplexityCheck( in FunctionCognitiveComplexityCheck() function in clang::tidy::readability::FunctionCognitiveComplexityCheck497 void FunctionCognitiveComplexityCheck::storeOptions( in storeOptions()502 void FunctionCognitiveComplexityCheck::registerMatchers(MatchFinder *Finder) { in registerMatchers()511 void FunctionCognitiveComplexityCheck::check( in check()
15 FunctionCognitiveComplexityCheck.cpp
74 CheckFactories.registerCheck<FunctionCognitiveComplexityCheck>( in addCheckFactories()
23 "FunctionCognitiveComplexityCheck.cpp",