Lines Matching defs:FDecl
13927 FunctionDecl *FDecl = (*Best)->Function;
13929 if (SemaRef.DiagnoseUseOfDecl(FDecl, ULE->getNameLoc()))
13932 SemaRef.FixOverloadedFunctionReference(Fn, (*Best)->FoundDecl, FDecl);
13936 Res.get(), FDecl, LParenLoc, Args, RParenLoc, ExecConfig,
13998 FunctionDecl *FDecl = (*Best)->Function;
14001 *CandidateSet, FDecl, Args);
14006 SemaRef.FixOverloadedFunctionReference(Fn, (*Best)->FoundDecl, FDecl);
14010 Res.get(), FDecl, LParenLoc, Args, RParenLoc, ExecConfig,
14064 const FunctionDecl *FDecl = Best->Function;
14065 if (FDecl && FDecl->isTemplateInstantiation() &&
14066 FDecl->getReturnType()->isUndeducedType()) {
14068 FDecl->getTemplateInstantiationPattern(/*ForDefinition=*/false);