Lines Matching refs:getCloseLocation

262                          SourceRange(AttrNameLoc, Parens.getCloseLocation()),  in ParseAttributeWithTypeArg()
265 Attrs.addNew(&AttrName, SourceRange(AttrNameLoc, Parens.getCloseLocation()), in ParseAttributeWithTypeArg()
966 *endLoc = T.getCloseLocation(); in ParseAvailabilityAttribute()
989 SourceRange(AvailabilityLoc, T.getCloseLocation()), in ParseAvailabilityAttribute()
1070 *endLoc = T.getCloseLocation(); in ParseObjCBridgeRelatedAttribute()
1074 SourceRange(ObjCBridgeRelatedLoc, T.getCloseLocation()), in ParseObjCBridgeRelatedAttribute()
1290 *EndLoc = T.getCloseLocation(); in ParseTypeTagForDatatypeAttribute()
2022 T.getCloseLocation(), in ParseDeclarationAfterDeclaratorAndAttributes()
2412 *EndLoc = T.getCloseLocation(); in ParseAlignmentSpecifier()
3552 T.getOpenLocation(), T.getCloseLocation(), in ParseStructUnionBody()
3556 T.getCloseLocation()); in ParseStructUnionBody()
4030 Actions.ActOnEnumBody(StartLoc, T.getOpenLocation(), T.getCloseLocation(), in ParseEnumBody()
4037 T.getCloseLocation()); in ParseEnumBody()
5217 T.getCloseLocation()), in ParseParenDeclarator()
5218 attrs, T.getCloseLocation()); in ParseParenDeclarator()
5312 RParenLoc = Tracker.getCloseLocation(); in ParseFunctionDeclarator()
5326 RParenLoc = Tracker.getCloseLocation(); in ParseFunctionDeclarator()
5761 T.getCloseLocation()), in ParseBracketDeclarator()
5762 attrs, T.getCloseLocation()); in ParseBracketDeclarator()
5778 T.getCloseLocation()), in ParseBracketDeclarator()
5779 attrs, T.getCloseLocation()); in ParseBracketDeclarator()
5854 T.getCloseLocation()), in ParseBracketDeclarator()
5855 attrs, T.getCloseLocation()); in ParseBracketDeclarator()
6036 if (T.getCloseLocation().isInvalid()) in ParseAtomicSpecifier()
6040 DS.SetRangeEnd(T.getCloseLocation()); in ParseAtomicSpecifier()