Lines Matching refs:NameLoc
1894 SourceLocation NameLoc, in ParseClassSpecifier()
1897 Diag(NameLoc, diag::err_explicit_spec_non_template) in ParseClassSpecifier()
1921 SourceLocation NameLoc; in ParseClassSpecifier() local
1925 NameLoc = ConsumeToken(); in ParseClassSpecifier()
1926 DS.SetRangeEnd(NameLoc); in ParseClassSpecifier()
1941 Name, NameLoc, SourceRange(LAngleLoc, RAngleLoc), false); in ParseClassSpecifier()
1945 NameLoc = ConsumeAnnotationToken(); in ParseClassSpecifier()
1950 getCurScope(), TemplateId->Template, TemplateId->Kind, NameLoc, Name); in ParseClassSpecifier()
1953 Name, NameLoc, in ParseClassSpecifier()
1963 SourceRange Range(NameLoc); in ParseClassSpecifier()
2235 TagType, StartLoc, SS, Name, NameLoc, attrs); in ParseClassSpecifier()
2244 NameLoc, attrs, in ParseClassSpecifier()
2276 getCurScope(), TagType, TUK, StartLoc, SS, Name, NameLoc, attrs, AS, in ParseClassSpecifier()
2289 Name, StartLoc, NameLoc); in ParseClassSpecifier()
2336 NameLoc.isValid() ? NameLoc : StartLoc, in ParseClassSpecifier()
2340 TagType, StartLoc, NameLoc.isValid() ? NameLoc : StartLoc, PrevSpec, in ParseClassSpecifier()
5134 SourceLocation NameLoc = Tok.getLocation(); in ParseMicrosoftAttributes() local
5145 ParseCXX11AttributeArgs(II, NameLoc, Attrs, &EndLoc, nullptr, in ParseMicrosoftAttributes()
5150 Attrs.addNew(II, NameLoc, nullptr, SourceLocation(), nullptr, 0, in ParseMicrosoftAttributes()