Lines Matching refs:FixOverloadedFunctionReference
13244 ExprResult Res = FixOverloadedFunctionReference(E, DAP, Found); in resolveAndFixAddressOfSingleOverloadCandidate()
13388 FixOverloadedFunctionReference(SrcExpr.get(), found, fn); in ResolveAndFixSingleFunctionTemplateSpecialization()
13910 SemaRef.FixOverloadedFunctionReference(Fn, (*Best)->FoundDecl, FDecl); in FinishOverloadedCallExpr()
13971 SemaRef.FixOverloadedFunctionReference(Fn, (*Best)->FoundDecl, FDecl); in FinishOverloadedCallExpr()
15416 FixOverloadedFunctionReference(MemExprE, FoundDecl, Method); in BuildCallToMemberFunction()
16081 ExprResult Sema::FixOverloadedFunctionReference(Expr *E, DeclAccessPair Found, in FixOverloadedFunctionReference() function in Sema
16085 FixOverloadedFunctionReference(PE->getSubExpr(), Found, Fn); in FixOverloadedFunctionReference()
16097 FixOverloadedFunctionReference(ICE->getSubExpr(), Found, Fn); in FixOverloadedFunctionReference()
16115 FixOverloadedFunctionReference(GSE->getResultExpr(), Found, Fn); in FixOverloadedFunctionReference()
16157 FixOverloadedFunctionReference(UnOp->getSubExpr(), Found, Fn); in FixOverloadedFunctionReference()
16190 FixOverloadedFunctionReference(UnOp->getSubExpr(), Found, Fn); in FixOverloadedFunctionReference()
16276 ExprResult Sema::FixOverloadedFunctionReference(ExprResult E, in FixOverloadedFunctionReference() function in Sema
16279 return FixOverloadedFunctionReference(E.get(), Found, Fn); in FixOverloadedFunctionReference()