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

References

tools/clang/include/clang/Sema/DeclSpec.h
 1016     EndLocation = SourceLocation();
 1036     StartLocation = EndLocation = IdLoc;
 1065     EndLocation = EndLoc;
 1082     EndLocation = IdLoc;
 1097     EndLocation = EndLoc;
 1120     EndLocation = EndLoc;
 1140     StartLocation = EndLocation = TemplateLoc;
 1145     return SourceRange(StartLocation, EndLocation);
 1148   SourceLocation getEndLoc() const LLVM_READONLY { return EndLocation; }
tools/clang/lib/Parse/ParseDecl.cpp
 5684       D.getName().EndLocation.isValid())
 5685     return D.getName().EndLocation;
 6866     D.getName().EndLocation = StartBracketLoc;
tools/clang/lib/Sema/DeclSpec.cpp
   35   EndLocation = TemplateId->RAngleLoc;
   43   EndLocation = TemplateId->RAngleLoc;
  293   Name.EndLocation = RSquareLoc;
 1373   EndLocation = OperatorLoc;
 1379       EndLocation = SymbolLocations[I];
tools/clang/lib/Sema/SemaDecl.cpp
 5182       = Name.EndLocation.getRawEncoding();
 5188     NameInfo.setCXXLiteralOperatorNameLoc(Name.EndLocation);