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

References

tools/clang/include/clang/AST/DeclObjC.h
  279   SourceLocation getDeclaratorEndLoc() const { return DeclEndLoc; }
  300                                    DeclEndLoc);
tools/clang/lib/AST/DeclObjC.cpp
  895                                         DeclEndLoc));
  982   return DeclEndLoc;
tools/clang/lib/Serialization/ASTReaderDecl.cpp
 1037   MD->DeclEndLoc = ReadSourceLocation();