Lines Matching refs:NameLoc
1034 SourceLocation NameLoc; in ParseClassSpecifier() local
1038 NameLoc = ConsumeToken(); in ParseClassSpecifier()
1046 if (ParseTemplateIdAfterTemplateName(TemplateTy(), NameLoc, SS, in ParseClassSpecifier()
1054 Diag(NameLoc, diag::err_explicit_spec_non_template) in ParseClassSpecifier()
1086 NameLoc = ConsumeToken(); in ParseClassSpecifier()
1093 SourceRange Range(NameLoc); in ParseClassSpecifier()
1268 NameLoc, attrs.getList()); in ParseClassSpecifier()
1274 Name, NameLoc, attrs.getList(), in ParseClassSpecifier()
1296 SS, Name, NameLoc, attrs.getList(), AS, in ParseClassSpecifier()
1307 SS, Name, StartLoc, NameLoc); in ParseClassSpecifier()
1327 NameLoc.isValid() ? NameLoc : StartLoc, in ParseClassSpecifier()
1331 NameLoc.isValid() ? NameLoc : StartLoc, in ParseClassSpecifier()