Lines Matching refs:IdLoc
661 SourceLocation IdLoc = ConsumeToken(); in ParseUsingDeclarator() local
663 Actions.getInheritingConstructorName(D.SS, IdLoc, *LastII); in ParseUsingDeclarator()
664 D.Name.setConstructorName(Type, IdLoc, IdLoc); in ParseUsingDeclarator()
1471 SourceLocation IdLoc = ConsumeToken(); in ParseBaseTypeSpecifier() local
1480 if (!Actions.DiagnoseUnknownTemplateName(*Id, IdLoc, getCurScope(), &SS, in ParseBaseTypeSpecifier()
1482 Diag(IdLoc, diag::err_unknown_template_name) << Id; in ParseBaseTypeSpecifier()
1487 TemplateName.setIdentifier(Id, IdLoc); in ParseBaseTypeSpecifier()
1514 *Id, IdLoc, getCurScope(), &SS, /*isClassName=*/true, false, nullptr, in ParseBaseTypeSpecifier()
1520 Diag(IdLoc, diag::err_expected_class_name); in ParseBaseTypeSpecifier()
1525 EndLocation = IdLoc; in ParseBaseTypeSpecifier()
1529 DS.SetRangeStart(IdLoc); in ParseBaseTypeSpecifier()
1535 DS.SetTypeSpecType(TST_typename, IdLoc, PrevSpec, DiagID, Type, in ParseBaseTypeSpecifier()
4003 SourceLocation IdLoc = Tok.getLocation(); in ParseMemInitializer() local
4055 TemplateTypeTy.get(), DS, IdLoc, in ParseMemInitializer()
4091 ConstructorDecl, getCurScope(), SS, II, TemplateTypeTy.get(), DS, IdLoc, in ParseMemInitializer()