aboutsummaryrefslogtreecommitdiff
path: root/clang/lib/CodeGen/CodeGenFunction.h
diff options
context:
space:
mode:
authorAlexey Bataev <a.bataev@hotmail.com>2014-06-26 12:05:45 +0000
committerAlexey Bataev <a.bataev@hotmail.com>2014-06-26 12:05:45 +0000
commitd1e40fbfe1c38f5778c739d1fc1b3bcf156ccb58 (patch)
tree30b273a3b64072c964ed33986d2de6362af8c7d8 /clang/lib/CodeGen/CodeGenFunction.h
parentaee45418287cdcc1387c56e0c0d08990c322b45b (diff)
downloadllvm-d1e40fbfe1c38f5778c739d1fc1b3bcf156ccb58.zip
llvm-d1e40fbfe1c38f5778c739d1fc1b3bcf156ccb58.tar.gz
llvm-d1e40fbfe1c38f5778c739d1fc1b3bcf156ccb58.tar.bz2
[OPENMP] Initial parsing and sema analysis for 'single' directive.
llvm-svn: 211774
Diffstat (limited to 'clang/lib/CodeGen/CodeGenFunction.h')
-rw-r--r--clang/lib/CodeGen/CodeGenFunction.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/clang/lib/CodeGen/CodeGenFunction.h b/clang/lib/CodeGen/CodeGenFunction.h
index 8745399..2fe2b9b 100644
--- a/clang/lib/CodeGen/CodeGenFunction.h
+++ b/clang/lib/CodeGen/CodeGenFunction.h
@@ -1905,6 +1905,7 @@ public:
void EmitOMPForDirective(const OMPForDirective &S);
void EmitOMPSectionsDirective(const OMPSectionsDirective &S);
void EmitOMPSectionDirective(const OMPSectionDirective &S);
+ void EmitOMPSingleDirective(const OMPSingleDirective &S);
//===--------------------------------------------------------------------===//
// LValue Expression Emission