Lines Matching refs:FixOverloadedFunctionReference
13291 ExprResult Res = FixOverloadedFunctionReference(E, DAP, Found); in resolveAndFixAddressOfSingleOverloadCandidate()
13417 FixOverloadedFunctionReference(SrcExpr.get(), found, fn); in ResolveAndFixSingleFunctionTemplateSpecialization()
13932 SemaRef.FixOverloadedFunctionReference(Fn, (*Best)->FoundDecl, FDecl); in FinishOverloadedCallExpr()
14006 SemaRef.FixOverloadedFunctionReference(Fn, (*Best)->FoundDecl, FDecl); in FinishOverloadedCallExpr()
15422 FixOverloadedFunctionReference(MemExprE, FoundDecl, Method); in BuildCallToMemberFunction()
16075 ExprResult Sema::FixOverloadedFunctionReference(Expr *E, DeclAccessPair Found, in FixOverloadedFunctionReference() function in Sema
16079 FixOverloadedFunctionReference(PE->getSubExpr(), Found, Fn); in FixOverloadedFunctionReference()
16091 FixOverloadedFunctionReference(ICE->getSubExpr(), Found, Fn); in FixOverloadedFunctionReference()
16109 FixOverloadedFunctionReference(GSE->getResultExpr(), Found, Fn); in FixOverloadedFunctionReference()
16151 FixOverloadedFunctionReference(UnOp->getSubExpr(), Found, Fn); in FixOverloadedFunctionReference()
16184 FixOverloadedFunctionReference(UnOp->getSubExpr(), Found, Fn); in FixOverloadedFunctionReference()
16273 ExprResult Sema::FixOverloadedFunctionReference(ExprResult E, in FixOverloadedFunctionReference() function in Sema
16276 return FixOverloadedFunctionReference(E.get(), Found, Fn); in FixOverloadedFunctionReference()