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
  181     CondEndLoc = CondVar->getEndLoc();
  183   if (!CondEndLoc.isValid()) {
  188       Lexer::getLocForEndOfToken(CondEndLoc, 0, SM, Context->getLangOpts());