Lines Matching defs:IdLoc
665 SourceLocation IdLoc = ConsumeToken();
667 Actions.getInheritingConstructorName(D.SS, IdLoc, *LastII);
668 D.Name.setConstructorName(Type, IdLoc, IdLoc);
1480 SourceLocation IdLoc = ConsumeToken();
1489 if (!Actions.DiagnoseUnknownTemplateName(*Id, IdLoc, getCurScope(), &SS,
1491 Diag(IdLoc, diag::err_unknown_template_name) << Id;
1496 TemplateName.setIdentifier(Id, IdLoc);
1523 *Id, IdLoc, getCurScope(), &SS, /*isClassName=*/true, false, nullptr,
1529 Diag(IdLoc, diag::err_expected_class_name);
1534 EndLocation = IdLoc;
1538 DS.SetRangeStart(IdLoc);
1544 DS.SetTypeSpecType(TST_typename, IdLoc, PrevSpec, DiagID, Type,
4114 SourceLocation IdLoc = Tok.getLocation();
4166 TemplateTypeTy.get(), DS, IdLoc,
4202 ConstructorDecl, getCurScope(), SS, II, TemplateTypeTy.get(), DS, IdLoc,