diff options
Diffstat (limited to 'clang/lib/Sema/Sema.h')
| -rw-r--r-- | clang/lib/Sema/Sema.h | 5 | 
1 files changed, 0 insertions, 5 deletions
| diff --git a/clang/lib/Sema/Sema.h b/clang/lib/Sema/Sema.h index 2578332743d..636bb6a3d3e 100644 --- a/clang/lib/Sema/Sema.h +++ b/clang/lib/Sema/Sema.h @@ -1196,11 +1196,6 @@ public:                               const FunctionProtoType *Proto,                               QualType ObjectTy, Expr **Args, unsigned NumArgs,                               OverloadCandidateSet& CandidateSet); -  void AddOperatorCandidates(OverloadedOperatorKind Op, Scope *S, -                             SourceLocation OpLoc, -                             Expr **Args, unsigned NumArgs, -                             OverloadCandidateSet& CandidateSet, -                             SourceRange OpRange = SourceRange());    void AddMemberOperatorCandidates(OverloadedOperatorKind Op,                                     SourceLocation OpLoc,                                     Expr **Args, unsigned NumArgs, | 

