Home
last modified time | relevance | path

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

/external/llvm-project/clang-tools-extra/clang-tidy/readability/
DMisleadingIndentationCheck.cpp60 const Stmt *CurrentStmt = CStmt->body_begin()[i]; in missingBracesCheck() local
64 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()