Home | History | Annotate | Download | only in Sema

Lines Matching refs:FnExpr

10784       ExprResult FnExpr = CreateFunctionRefExpr(*this, FnDecl, Best->FoundDecl,
10786 if (FnExpr.isInvalid())
10796 new (Context) CXXOperatorCallExpr(Context, Op, FnExpr.get(), ArgsArray,
11010 ExprResult FnExpr = CreateFunctionRefExpr(*this, FnDecl,
11013 if (FnExpr.isInvalid())
11022 new (Context) CXXOperatorCallExpr(Context, Op, FnExpr.get(),
11222 ExprResult FnExpr = CreateFunctionRefExpr(*this, FnDecl,
11227 if (FnExpr.isInvalid())
11237 FnExpr.get(), Args,
11938 ExprResult FnExpr = CreateFunctionRefExpr(*this, Method, Best->FoundDecl,
11940 if (FnExpr.isInvalid())
11947 new (Context) CXXOperatorCallExpr(Context, OO_Arrow, FnExpr.get(),