diff options
Diffstat (limited to 'lib/Sema/Sema.h')
-rw-r--r-- | lib/Sema/Sema.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/lib/Sema/Sema.h b/lib/Sema/Sema.h index 25f2164ed0..68e0ce8f7d 100644 --- a/lib/Sema/Sema.h +++ b/lib/Sema/Sema.h @@ -1036,6 +1036,8 @@ public: bool DiagnoseUseOfDecl(NamedDecl *D, SourceLocation Loc); // Primary Expressions. + virtual SourceRange getExprRange(ExprTy *E) const; + virtual OwningExprResult ActOnIdentifierExpr(Scope *S, SourceLocation Loc, IdentifierInfo &II, bool HasTrailingLParen, |