Lines Matching refs:endLoc
3168 SourceLocation *endLoc) { in ParseCXX11AttributeSpecifier() argument
3171 ParseAlignmentSpecifier(attrs, endLoc); in ParseCXX11AttributeSpecifier()
3226 ParseGNUAttributeArgs(AttrName, AttrLoc, attrs, endLoc, in ParseCXX11AttributeSpecifier()
3257 if (endLoc) in ParseCXX11AttributeSpecifier()
3258 *endLoc = Tok.getLocation(); in ParseCXX11AttributeSpecifier()
3268 SourceLocation *endLoc) { in ParseCXX11Attributes() argument
3272 if (!endLoc) in ParseCXX11Attributes()
3273 endLoc = &Loc; in ParseCXX11Attributes()
3276 ParseCXX11AttributeSpecifier(attrs, endLoc); in ParseCXX11Attributes()
3279 attrs.Range = SourceRange(StartLoc, *endLoc); in ParseCXX11Attributes()
3291 SourceLocation *endLoc) { in ParseMicrosoftAttributes() argument
3298 if (endLoc) *endLoc = Tok.getLocation(); in ParseMicrosoftAttributes()