Lines Matching refs:IdLoc
634 SourceLocation IdLoc = ConsumeToken(); in ParseUsingDeclarator() local
636 Actions.getInheritingConstructorName(D.SS, IdLoc, *LastII); in ParseUsingDeclarator()
637 D.Name.setConstructorName(Type, IdLoc, IdLoc); in ParseUsingDeclarator()
1176 SourceLocation IdLoc = ConsumeToken(); in ParseBaseTypeSpecifier() local
1185 if (!Actions.DiagnoseUnknownTemplateName(*Id, IdLoc, getCurScope(), in ParseBaseTypeSpecifier()
1187 Diag(IdLoc, diag::err_unknown_template_name) in ParseBaseTypeSpecifier()
1193 TemplateName.setIdentifier(Id, IdLoc); in ParseBaseTypeSpecifier()
1219 *Id, IdLoc, getCurScope(), &SS, /*isClassName=*/true, false, nullptr, in ParseBaseTypeSpecifier()
1224 Diag(IdLoc, diag::err_expected_class_name); in ParseBaseTypeSpecifier()
1229 EndLocation = IdLoc; in ParseBaseTypeSpecifier()
1233 DS.SetRangeStart(IdLoc); in ParseBaseTypeSpecifier()
1239 DS.SetTypeSpecType(TST_typename, IdLoc, PrevSpec, DiagID, Type, in ParseBaseTypeSpecifier()
3552 SourceLocation IdLoc = Tok.getLocation(); in ParseMemInitializer() local
3599 TemplateTypeTy.get(), DS, IdLoc, in ParseMemInitializer()
3636 TemplateTypeTy.get(), DS, IdLoc, in ParseMemInitializer()