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

References

tools/clang/lib/AST/Stmt.cpp
  257                        static_cast<const S *>(stmt)->getEndLoc());
tools/clang/lib/Sema/SemaChecking.cpp
 6772   SourceLocation getEndLoc() const LLVM_READONLY { return FExpr->getEndLoc(); }
tools/clang/tools/extra/clang-tidy/abseil/FasterStrsplitDelimiterCheck.cpp
  105   if (Literal->getBeginLoc().isMacroID() || Literal->getEndLoc().isMacroID())
tools/clang/tools/extra/clang-tidy/misc/StaticAssertCheck.cpp
  131           SourceRange(AssertMSG->getBeginLoc(), AssertMSG->getEndLoc())));
tools/clang/tools/extra/clang-tidy/performance/FasterStringFindCheck.cpp
   98                                             Literal->getEndLoc()),