Lines Matching refs:endLoc
3759 SourceLocation *endLoc) { in ParseCXX11AttributeSpecifier() argument
3762 ParseAlignmentSpecifier(attrs, endLoc); in ParseCXX11AttributeSpecifier()
3839 AttrParsed = ParseCXX11AttributeArgs(AttrName, AttrLoc, attrs, endLoc, in ParseCXX11AttributeSpecifier()
3855 if (endLoc) in ParseCXX11AttributeSpecifier()
3856 *endLoc = Tok.getLocation(); in ParseCXX11AttributeSpecifier()
3866 SourceLocation *endLoc) { in ParseCXX11Attributes() argument
3870 if (!endLoc) in ParseCXX11Attributes()
3871 endLoc = &Loc; in ParseCXX11Attributes()
3874 ParseCXX11AttributeSpecifier(attrs, endLoc); in ParseCXX11Attributes()
3877 attrs.Range = SourceRange(StartLoc, *endLoc); in ParseCXX11Attributes()
3926 SourceLocation *endLoc) { in ParseMicrosoftAttributes() argument
3935 if (endLoc) in ParseMicrosoftAttributes()
3936 *endLoc = T.getCloseLocation(); in ParseMicrosoftAttributes()