diff options
Diffstat (limited to 'lib/Sema/Sema.h')
-rw-r--r-- | lib/Sema/Sema.h | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/lib/Sema/Sema.h b/lib/Sema/Sema.h index 4d0340bba3..cf9b10c0c8 100644 --- a/lib/Sema/Sema.h +++ b/lib/Sema/Sema.h @@ -447,6 +447,12 @@ public: bool Complain); void FixOverloadedFunctionReference(Expr *E, FunctionDecl *Fn); + Expr *ResolveOverloadedCallFn(Expr *Fn, OverloadedFunctionDecl *Ovl, + SourceLocation LParenLoc, + Expr **Args, unsigned NumArgs, + SourceLocation *CommaLocs, + SourceLocation RParenLoc); + ExprResult BuildCallToObjectOfClassType(Expr *Object, SourceLocation LParenLoc, Expr **Args, unsigned NumArgs, |