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

Declarations

tools/clang/include/clang/AST/Expr.h
 3004   SourceLocation getEndLoc() const LLVM_READONLY;

References

tools/clang/lib/AST/Stmt.cpp
  257                        static_cast<const S *>(stmt)->getEndLoc());
tools/clang/lib/Sema/SemaDeclAttr.cpp
 8272                              SourceRange(ME->getBeginLoc(), ME->getEndLoc()));
tools/clang/tools/extra/clang-tidy/modernize/MakeSmartPtrCheck.cpp
  217       Lexer::getLocForEndOfToken(Expr->getEndLoc(), 0, SM, getLangOpts());