Lines Matching refs:NameLoc
1388 SourceLocation NameLoc; in ParseClassSpecifier() local
1392 NameLoc = ConsumeToken(); in ParseClassSpecifier()
1401 nullptr, NameLoc, SS, true, LAngleLoc, TemplateArgs, RAngleLoc)) { in ParseClassSpecifier()
1407 Diag(NameLoc, diag::err_explicit_spec_non_template) in ParseClassSpecifier()
1435 NameLoc = ConsumeToken(); in ParseClassSpecifier()
1442 SourceRange Range(NameLoc); in ParseClassSpecifier()
1709 NameLoc, attrs.getList()); in ParseClassSpecifier()
1717 Name, NameLoc, attrs.getList(), in ParseClassSpecifier()
1749 SS, Name, NameLoc, attrs.getList(), AS, in ParseClassSpecifier()
1762 SS, Name, StartLoc, NameLoc); in ParseClassSpecifier()
1786 NameLoc.isValid() ? NameLoc : StartLoc, in ParseClassSpecifier()
1790 NameLoc.isValid() ? NameLoc : StartLoc, in ParseClassSpecifier()