Home | History | Annotate | Download | only in Sema

Lines Matching defs:FDecl

10579     FunctionDecl *FDecl = (*Best)->Function;
10581 if (SemaRef.DiagnoseUseOfDecl(FDecl, ULE->getNameLoc()))
10583 Fn = SemaRef.FixOverloadedFunctionReference(Fn, (*Best)->FoundDecl, FDecl);
10584 return SemaRef.BuildResolvedCallExpr(Fn, FDecl, LParenLoc, Args, RParenLoc,
10621 FunctionDecl *FDecl = (*Best)->Function;
10622 Fn = SemaRef.FixOverloadedFunctionReference(Fn, (*Best)->FoundDecl, FDecl);
10623 return SemaRef.BuildResolvedCallExpr(Fn, FDecl, LParenLoc, Args, RParenLoc,