Lines Matching refs:IdLoc
549 SourceLocation IdLoc = ConsumeToken(); in ParseUsingDeclaration() local
550 ParsedType Type = Actions.getInheritingConstructorName(SS, IdLoc, *LastII); in ParseUsingDeclaration()
551 Name.setConstructorName(Type, IdLoc, IdLoc); in ParseUsingDeclaration()
993 SourceLocation IdLoc = ConsumeToken(); in ParseBaseTypeSpecifier() local
1000 if (!Actions.DiagnoseUnknownTemplateName(*Id, IdLoc, getCurScope(), in ParseBaseTypeSpecifier()
1002 Diag(IdLoc, diag::err_unknown_template_name) in ParseBaseTypeSpecifier()
1009 ParseTemplateIdAfterTemplateName(nullptr, IdLoc, SS, true, LAngleLoc, in ParseBaseTypeSpecifier()
1016 TemplateName.setIdentifier(Id, IdLoc); in ParseBaseTypeSpecifier()
1041 Actions.getTypeName(*Id, IdLoc, getCurScope(), &SS, true, false, nullptr, in ParseBaseTypeSpecifier()
1045 Diag(IdLoc, diag::err_expected_class_name); in ParseBaseTypeSpecifier()
1050 EndLocation = IdLoc; in ParseBaseTypeSpecifier()
1054 DS.SetRangeStart(IdLoc); in ParseBaseTypeSpecifier()
1060 DS.SetTypeSpecType(TST_typename, IdLoc, PrevSpec, DiagID, Type, in ParseBaseTypeSpecifier()
3282 SourceLocation IdLoc = Tok.getLocation(); in ParseMemInitializer() local
3307 TemplateTypeTy, DS, IdLoc, in ParseMemInitializer()
3327 TemplateTypeTy, DS, IdLoc, in ParseMemInitializer()