Lines Matching refs:getCloseLocation
257 SourceRange(AttrNameLoc, Parens.getCloseLocation()), in ParseAttributeWithTypeArg()
260 Attrs.addNew(&AttrName, SourceRange(AttrNameLoc, Parens.getCloseLocation()), in ParseAttributeWithTypeArg()
880 *endLoc = T.getCloseLocation(); in ParseAvailabilityAttribute()
903 SourceRange(AvailabilityLoc, T.getCloseLocation()), in ParseAvailabilityAttribute()
981 *endLoc = T.getCloseLocation(); in ParseObjCBridgeRelatedAttribute()
985 SourceRange(ObjCBridgeRelatedLoc, T.getCloseLocation()), in ParseObjCBridgeRelatedAttribute()
1196 *EndLoc = T.getCloseLocation(); in ParseTypeTagForDatatypeAttribute()
1897 T.getCloseLocation(), in ParseDeclarationAfterDeclaratorAndAttributes()
2287 *EndLoc = T.getCloseLocation(); in ParseAlignmentSpecifier()
3405 T.getOpenLocation(), T.getCloseLocation(), in ParseStructUnionBody()
3409 T.getCloseLocation()); in ParseStructUnionBody()
3875 Actions.ActOnEnumBody(StartLoc, T.getOpenLocation(), T.getCloseLocation(), in ParseEnumBody()
3882 T.getCloseLocation()); in ParseEnumBody()
5011 T.getCloseLocation()), in ParseParenDeclarator()
5012 attrs, T.getCloseLocation()); in ParseParenDeclarator()
5104 RParenLoc = Tracker.getCloseLocation(); in ParseFunctionDeclarator()
5118 RParenLoc = Tracker.getCloseLocation(); in ParseFunctionDeclarator()
5496 T.getCloseLocation()), in ParseBracketDeclarator()
5497 attrs, T.getCloseLocation()); in ParseBracketDeclarator()
5513 T.getCloseLocation()), in ParseBracketDeclarator()
5514 attrs, T.getCloseLocation()); in ParseBracketDeclarator()
5583 T.getCloseLocation()), in ParseBracketDeclarator()
5584 attrs, T.getCloseLocation()); in ParseBracketDeclarator()
5765 if (T.getCloseLocation().isInvalid()) in ParseAtomicSpecifier()
5769 DS.SetRangeEnd(T.getCloseLocation()); in ParseAtomicSpecifier()