diff options
author | Ed Schouten <ed@FreeBSD.org> | 2009-06-08 15:36:55 +0000 |
---|---|---|
committer | Ed Schouten <ed@FreeBSD.org> | 2009-06-08 15:36:55 +0000 |
commit | 8ba99c00327a4394e7568244d6cffd6e62625a7a (patch) | |
tree | 7ab9fa5634c95f5df8575db81b24ea5586e65b28 /lib/Sema/Sema.h | |
parent | 70b4596d9d0d559e94f9bad8f43463e5d98a577e (diff) |
Diffstat (limited to 'lib/Sema/Sema.h')
-rw-r--r-- | lib/Sema/Sema.h | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/lib/Sema/Sema.h b/lib/Sema/Sema.h index d3bfef67cbc8..c5582935db7f 100644 --- a/lib/Sema/Sema.h +++ b/lib/Sema/Sema.h @@ -1696,6 +1696,10 @@ public: virtual ExprResult ParseObjCStringLiteral(SourceLocation *AtLocs, ExprTy **Strings, unsigned NumStrings); + + Expr *BuildObjCEncodeExpression(SourceLocation AtLoc, + QualType EncodedType, + SourceLocation RParenLoc); virtual ExprResult ParseObjCEncodeExpression(SourceLocation AtLoc, SourceLocation EncodeLoc, SourceLocation LParenLoc, |