Lines Matching defs:FDecl
14121 FunctionDecl *FDecl = (*Best)->Function;
14123 if (SemaRef.DiagnoseUseOfDecl(FDecl, ULE->getNameLoc()))
14126 SemaRef.FixOverloadedFunctionReference(Fn, (*Best)->FoundDecl, FDecl);
14130 Res.get(), FDecl, LParenLoc, Args, RParenLoc, ExecConfig,
14193 FunctionDecl *FDecl = (*Best)->Function;
14196 *CandidateSet, FDecl, Args);
14201 SemaRef.FixOverloadedFunctionReference(Fn, (*Best)->FoundDecl, FDecl);
14205 Res.get(), FDecl, LParenLoc, Args, RParenLoc, ExecConfig,
14260 const FunctionDecl *FDecl = Best->Function;
14261 if (FDecl && FDecl->isTemplateInstantiation() &&
14262 FDecl->getReturnType()->isUndeducedType()) {
14264 FDecl->getTemplateInstantiationPattern(/*ForDefinition=*/false);