Home
last modified time | relevance | path

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

/external/llvm-project/clang-tools-extra/clang-tidy/readability/
DFunctionCognitiveComplexityCheck.cpp226 bool TraverseStmtWithIncreasedNestingLevel(Stmt *Node) { in TraverseStmtWithIncreasedNestingLevel() function in clang::tidy::readability::__anon7c293f010111::FunctionASTVisitor
275 if (!TraverseStmtWithIncreasedNestingLevel(Node->getInit())) in TraverseIfStmt()
278 if (!TraverseStmtWithIncreasedNestingLevel(Node->getCond())) in TraverseIfStmt()
283 if (!TraverseStmtWithIncreasedNestingLevel(Node->getThen())) in TraverseIfStmt()
308 return TraverseStmtWithIncreasedNestingLevel(Node->getElse()); in TraverseIfStmt()
450 return TraverseStmtWithIncreasedNestingLevel(Node); in TraverseStmt()