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

References

tools/clang/include/clang/ASTMatchers/ASTMatchers.h
  240       SourceManager.getExpansionLoc(Node.getBeginLoc()));
tools/clang/lib/AST/Stmt.cpp
  256     return SourceRange(static_cast<const S *>(stmt)->getBeginLoc(),
tools/clang/lib/Sema/JumpDiagnostics.cpp
  370     Scopes.push_back(GotoScope(ParentScope, Diag, 0, IS->getBeginLoc()));
  375     Scopes.push_back(GotoScope(ParentScope, Diag, 0, IS->getBeginLoc()));
  379       Scopes.push_back(GotoScope(ParentScope, Diag, 0, IS->getBeginLoc()));
tools/clang/tools/extra/clang-tidy/bugprone/BranchCloneCheck.cpp
   84         diag(IS->getBeginLoc(), "if with identical then and else branches");
tools/clang/tools/extra/clang-tidy/hicpp/MultiwayPathsCoveredCheck.cpp
   95     diag(ElseIfWithoutElse->getBeginLoc(),
tools/clang/tools/extra/clang-tidy/readability/BracesAroundStatementsCheck.cpp
  176   if (S->getBeginLoc().isMacroID())
tools/clang/tools/extra/clang-tidy/readability/DeleteNullPointerCheck.cpp
   58       IfWithDelete->getBeginLoc(),
   65       IfWithDelete->getBeginLoc(),
tools/clang/tools/extra/clang-tidy/readability/SimplifyBooleanExprCheck.cpp
  640               SourceRange(If->getBeginLoc(), Ret->getEndLoc()), Replacement);