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

Declarations

tools/clang/include/clang/AST/DeclObjC.h
  283   SourceLocation getEndLoc() const LLVM_READONLY;

References

tools/clang/include/clang/AST/DeclObjC.h
  285     return SourceRange(getLocation(), getEndLoc());
tools/clang/lib/ARCMigrate/ObjCMT.cpp
 1273   commit.insertBefore(OM->getEndLoc(), " NS_RETURNS_INNER_POINTER");
 1613       commit.insertBefore(MethodDecl->getEndLoc(), AnnotationString);
 1655     commit.insertBefore(MethodDecl->getEndLoc(), " NS_CONSUMES_SELF");
 1730       commit.insert(IFaceM->getEndLoc(), " NS_DESIGNATED_INITIALIZER");
tools/clang/lib/AST/ASTImporter.cpp
 3957       D->getEndLoc(), D->getReturnType(), D->getReturnTypeSourceInfo()))
tools/clang/lib/CodeGen/CGObjC.cpp
  694   CurEHLocation = OMD->getEndLoc();
tools/clang/lib/Frontend/Rewrite/RewriteModernObjC.cpp
 1109   SourceLocation LocEnd = Method->getEndLoc();
tools/clang/lib/Frontend/Rewrite/RewriteObjC.cpp
  948   SourceLocation LocEnd = Method->getEndLoc();
tools/clang/lib/Sema/SemaDecl.cpp
13936       Diag(MD->getEndLoc(), diag::warn_objc_missing_super_call)
tools/clang/lib/Serialization/ASTWriterDecl.cpp
  694   Record.AddSourceLocation(D->getEndLoc());