reference, declarationdefinition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced

References

tools/clang/tools/extra/clang-tidy/readability/MisleadingIndentationCheck.cpp
   64     if (const auto *CurrentIf = dyn_cast<IfStmt>(CurrentStmt)) {
   68     } else if (const auto *CurrentFor = dyn_cast<ForStmt>(CurrentStmt)) {
   71     } else if (const auto *CurrentWhile = dyn_cast<WhileStmt>(CurrentStmt)) {
   82     SourceLocation OuterLoc = CurrentStmt->getBeginLoc();