From 84d0b3efee509e4c820096772981adeb6568978f Mon Sep 17 00:00:00 2001 From: Alexey Bataev Date: Tue, 8 Jul 2014 08:12:03 +0000 Subject: [OPENMP] Parsing and sema analysis for 'omp parallel sections' directive. llvm-svn: 212516 --- clang/lib/CodeGen/CodeGenFunction.h | 1 + 1 file changed, 1 insertion(+) (limited to 'clang/lib/CodeGen/CodeGenFunction.h') diff --git a/clang/lib/CodeGen/CodeGenFunction.h b/clang/lib/CodeGen/CodeGenFunction.h index 6aa3f9a0691..c04fc3e9e70 100644 --- a/clang/lib/CodeGen/CodeGenFunction.h +++ b/clang/lib/CodeGen/CodeGenFunction.h @@ -1904,6 +1904,7 @@ public: void EmitOMPSectionDirective(const OMPSectionDirective &S); void EmitOMPSingleDirective(const OMPSingleDirective &S); void EmitOMPParallelForDirective(const OMPParallelForDirective &S); + void EmitOMPParallelSectionsDirective(const OMPParallelSectionsDirective &S); //===--------------------------------------------------------------------===// // LValue Expression Emission -- cgit v1.2.3