Searched refs:TraverseStmtWithIncreasedNestingLevel (Results 1 – 1 of 1) sorted by relevance
226 bool TraverseStmtWithIncreasedNestingLevel(Stmt *Node) { in TraverseStmtWithIncreasedNestingLevel() function in clang::tidy::readability::__anon7c293f010111::FunctionASTVisitor275 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()