Lines Matching refs:NameLoc
1372 SourceLocation NameLoc; in ParseClassSpecifier() local
1376 NameLoc = ConsumeToken(); in ParseClassSpecifier()
1384 if (ParseTemplateIdAfterTemplateName(TemplateTy(), NameLoc, SS, in ParseClassSpecifier()
1392 Diag(NameLoc, diag::err_explicit_spec_non_template) in ParseClassSpecifier()
1420 NameLoc = ConsumeToken(); in ParseClassSpecifier()
1427 SourceRange Range(NameLoc); in ParseClassSpecifier()
1694 NameLoc, attrs.getList()); in ParseClassSpecifier()
1702 Name, NameLoc, attrs.getList(), in ParseClassSpecifier()
1734 SS, Name, NameLoc, attrs.getList(), AS, in ParseClassSpecifier()
1747 SS, Name, StartLoc, NameLoc); in ParseClassSpecifier()
1771 NameLoc.isValid() ? NameLoc : StartLoc, in ParseClassSpecifier()
1775 NameLoc.isValid() ? NameLoc : StartLoc, in ParseClassSpecifier()