diff options
Diffstat (limited to 'clang/Sema')
| -rw-r--r-- | clang/Sema/Sema.h | 1 | ||||
| -rw-r--r-- | clang/Sema/SemaExpr.cpp | 1 |
2 files changed, 2 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); diff --git a/clang/Sema/SemaExpr.cpp b/clang/Sema/SemaExpr.cpp index e016cbb3686..a6a47adddbc 100644 --- a/clang/Sema/SemaExpr.cpp +++ b/clang/Sema/SemaExpr.cpp @@ -1922,6 +1922,7 @@ Sema::ExprResult Sema::ParseObjCEncodeExpression(SourceLocation AtLoc, Sema::ExprResult Sema::ParseObjCSelectorExpression(Selector Sel, SourceLocation AtLoc, + SourceLocation SelLoc, SourceLocation LParenLoc, SourceLocation RParenLoc) { QualType t = GetObjcSelType(AtLoc); |

