Searched refs:CurrentStmt (Results 1 – 1 of 1) sorted by relevance
60 const Stmt *CurrentStmt = CStmt->body_begin()[i]; in missingBracesCheck() local64 if (const auto *CurrentIf = dyn_cast<IfStmt>(CurrentStmt)) { in missingBracesCheck()68 } else if (const auto *CurrentFor = dyn_cast<ForStmt>(CurrentStmt)) { in missingBracesCheck()71 } else if (const auto *CurrentWhile = dyn_cast<WhileStmt>(CurrentStmt)) { in missingBracesCheck()82 SourceLocation OuterLoc = CurrentStmt->getBeginLoc(); in missingBracesCheck()