Lines Matching refs:EndLoc
194 SourceLocation *EndLoc, in ParseGNUAttributeArgs() argument
203 ParseAvailabilityAttribute(*AttrName, AttrNameLoc, Attrs, EndLoc); in ParseGNUAttributeArgs()
209 ParseThreadSafetyAttribute(*AttrName, AttrNameLoc, Attrs, EndLoc); in ParseGNUAttributeArgs()
214 ParseTypeTagForDatatypeAttribute(*AttrName, AttrNameLoc, Attrs, EndLoc); in ParseGNUAttributeArgs()
1159 SourceLocation *EndLoc) { in ParseThreadSafetyAttribute() argument
1188 if (EndLoc) in ParseThreadSafetyAttribute()
1189 *EndLoc = T.getCloseLocation(); in ParseThreadSafetyAttribute()
1195 SourceLocation *EndLoc) { in ParseTypeTagForDatatypeAttribute() argument
1252 if (EndLoc) in ParseTypeTagForDatatypeAttribute()
1253 *EndLoc = T.getCloseLocation(); in ParseTypeTagForDatatypeAttribute()
1282 SourceLocation EndLoc = ConsumeBracket(); in DiagnoseProhibitedCXX11Attribute() local
1284 << SourceRange(BeginLoc, EndLoc); in DiagnoseProhibitedCXX11Attribute()
2293 SourceLocation *EndLoc) { in ParseAlignmentSpecifier() argument
2312 if (EndLoc) in ParseAlignmentSpecifier()
2313 *EndLoc = T.getCloseLocation(); in ParseAlignmentSpecifier()
4310 SourceLocation EndLoc; in ParseTypeQualifierListOpt() local
4388 if (EndLoc.isValid()) in ParseTypeQualifierListOpt()
4389 DS.SetRangeEnd(EndLoc); in ParseTypeQualifierListOpt()
4398 EndLoc = ConsumeToken(); in ParseTypeQualifierListOpt()
4995 SourceLocation StartLoc, LocalEndLoc, EndLoc; in ParseFunctionDeclarator() local
5009 EndLoc = RParenLoc; in ParseFunctionDeclarator()
5022 EndLoc = RParenLoc; in ParseFunctionDeclarator()
5034 EndLoc = DS.getSourceRange().getEnd(); in ParseFunctionDeclarator()
5047 EndLoc = RefQualifierLoc; in ParseFunctionDeclarator()
5078 EndLoc = ESpecRange.getEnd(); in ParseFunctionDeclarator()
5085 LocalEndLoc = EndLoc; in ParseFunctionDeclarator()
5093 EndLoc = Range.getEnd(); in ParseFunctionDeclarator()
5117 FnAttrs, EndLoc); in ParseFunctionDeclarator()