Lines Matching refs:endLoc
2891 SourceLocation *endLoc) { in ParseCXX11AttributeSpecifier() argument
2894 ParseAlignmentSpecifier(attrs, endLoc); in ParseCXX11AttributeSpecifier()
2978 if (endLoc) in ParseCXX11AttributeSpecifier()
2979 *endLoc = Tok.getLocation(); in ParseCXX11AttributeSpecifier()
2989 SourceLocation *endLoc) { in ParseCXX11Attributes() argument
2991 if (!endLoc) in ParseCXX11Attributes()
2992 endLoc = &Loc; in ParseCXX11Attributes()
2995 ParseCXX11AttributeSpecifier(attrs, endLoc); in ParseCXX11Attributes()
2998 attrs.Range = SourceRange(StartLoc, *endLoc); in ParseCXX11Attributes()
3010 SourceLocation *endLoc) { in ParseMicrosoftAttributes() argument
3017 if (endLoc) *endLoc = Tok.getLocation(); in ParseMicrosoftAttributes()