Lines Matching defs:EndLocation
1086 SourceLocation EndLocation;
1097 EndLocation = SourceLocation();
1116 StartLocation = EndLocation = IdLoc;
1145 EndLocation = EndLoc;
1162 EndLocation = IdLoc;
1177 EndLocation = EndLoc;
1200 EndLocation = EndLoc;
1220 StartLocation = EndLocation = TemplateLoc;
1230 StartLocation = EndLocation = SourceLocation();
1235 return SourceRange(StartLocation, EndLocation);
1238 SourceLocation getEndLoc() const LLVM_READONLY { return EndLocation; }