diff options
Diffstat (limited to 'clang/lib/Sema/Sema.h')
| -rw-r--r-- | clang/lib/Sema/Sema.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/clang/lib/Sema/Sema.h b/clang/lib/Sema/Sema.h index 39351bb284f..6b8aca9ccd3 100644 --- a/clang/lib/Sema/Sema.h +++ b/clang/lib/Sema/Sema.h @@ -3886,6 +3886,7 @@ public: QualType ReceiverType, SourceLocation SuperLoc, Selector Sel, + ObjCMethodDecl *Method, SourceLocation LBracLoc, SourceLocation RBracLoc, MultiExprArg Args); @@ -3902,6 +3903,7 @@ public: QualType ReceiverType, SourceLocation SuperLoc, Selector Sel, + ObjCMethodDecl *Method, SourceLocation LBracLoc, SourceLocation RBracLoc, MultiExprArg Args); |

