Home | History | Annotate | Download | only in Sema

Lines Matching refs:FDecl

9624     FunctionDecl *FDecl = Best->Function;
9625 MarkFunctionReferenced(Fn->getExprLoc(), FDecl);
9627 DiagnoseUseOfDecl(FDecl, ULE->getNameLoc());
9628 Fn = FixOverloadedFunctionReference(Fn, Best->FoundDecl, FDecl);
9629 return BuildResolvedCallExpr(Fn, FDecl, LParenLoc, Args, NumArgs, RParenLoc,
9671 FunctionDecl *FDecl = Best->Function;
9672 Fn = FixOverloadedFunctionReference(Fn, Best->FoundDecl, FDecl);
9673 return BuildResolvedCallExpr(Fn, FDecl, LParenLoc, Args, NumArgs,