Searched refs:ParamD (Results 1 – 3 of 3) sorted by relevance
10882 NamedDecl *ParamD; in DiagnoseBadDeduction() local10883 (ParamD = Param.dyn_cast<TemplateTypeParmDecl*>()) || in DiagnoseBadDeduction()10884 (ParamD = Param.dyn_cast<NonTypeTemplateParmDecl*>()) || in DiagnoseBadDeduction()10885 (ParamD = Param.dyn_cast<TemplateTemplateParmDecl*>()); in DiagnoseBadDeduction()10894 << ParamD->getDeclName(); in DiagnoseBadDeduction()10903 << ParamD->getDeclName() in DiagnoseBadDeduction()10930 << ParamD->getDeclName() << Arg << NonCanonParam; in DiagnoseBadDeduction()10938 if (isa<TemplateTypeParmDecl>(ParamD)) in DiagnoseBadDeduction()10940 else if (isa<NonTypeTemplateParmDecl>(ParamD)) { in DiagnoseBadDeduction()10982 if (ParamD->getDeclName()) in DiagnoseBadDeduction()[all …]
10388 void Sema::ActOnDelayedCXXMethodParameter(Scope *S, Decl *ParamD) { in ActOnDelayedCXXMethodParameter() argument10389 if (!ParamD) in ActOnDelayedCXXMethodParameter()10392 ParmVarDecl *Param = cast<ParmVarDecl>(ParamD); in ActOnDelayedCXXMethodParameter()
14496 Declarator ParamD(DS, ParsedAttributesView::none(), in ActOnFinishKNRParamDeclarations() local14498 ParamD.SetIdentifier(FTI.Params[i].Ident, FTI.Params[i].IdentLoc); in ActOnFinishKNRParamDeclarations()14499 FTI.Params[i].Param = ActOnParamDeclarator(S, ParamD); in ActOnFinishKNRParamDeclarations()