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

References

tools/clang/tools/extra/clang-tidy/readability/BracesAroundStatementsCheck.cpp
  176   if (S->getBeginLoc().isMacroID())
  179   SourceLocation CondEndLoc = S->getCond()->getEndLoc();
  180   if (const DeclStmt *CondVar = S->getConditionVariableDeclStmt())