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