diff options
Diffstat (limited to 'clang/lib/CodeGen/CodeGenFunction.h')
| -rw-r--r-- | clang/lib/CodeGen/CodeGenFunction.h | 1 | 
1 files changed, 1 insertions, 0 deletions
| diff --git a/clang/lib/CodeGen/CodeGenFunction.h b/clang/lib/CodeGen/CodeGenFunction.h index 50b35bd8cdb..5d99dba69a8 100644 --- a/clang/lib/CodeGen/CodeGenFunction.h +++ b/clang/lib/CodeGen/CodeGenFunction.h @@ -401,6 +401,7 @@ public:    void EmitObjCForCollectionStmt(const ObjCForCollectionStmt &S);    void EmitObjCAtTryStmt(const ObjCAtTryStmt &S);    void EmitObjCAtThrowStmt(const ObjCAtThrowStmt &S); +  void EmitObjCAtSynchronizedStmt(const ObjCAtSynchronizedStmt &S);    //===--------------------------------------------------------------------===//    //                         LValue Expression Emission | 

