diff options
Diffstat (limited to 'clang/Sema/Sema.h')
| -rw-r--r-- | clang/Sema/Sema.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/clang/Sema/Sema.h b/clang/Sema/Sema.h index 5d36aced05d..bb5d07fd6d7 100644 --- a/clang/Sema/Sema.h +++ b/clang/Sema/Sema.h @@ -448,6 +448,7 @@ public: // ParseObjCSelectorExpression - Build selector expression for @selector virtual ExprResult ParseObjCSelectorExpression(Selector Sel, SourceLocation AtLoc, + SourceLocation SelLoc, SourceLocation LParenLoc, SourceLocation RParenLoc); |

