[OPENMP] Parsing/Sema analysis of directive 'master'

llvm-svn: 213237
This commit is contained in:
Alexander Musman
2014-07-17 08:54:58 +00:00
parent c790515c8b
commit 80c2289a03
26 changed files with 554 additions and 10 deletions

View File

@@ -1916,6 +1916,7 @@ public:
void EmitOMPSectionsDirective(const OMPSectionsDirective &S);
void EmitOMPSectionDirective(const OMPSectionDirective &S);
void EmitOMPSingleDirective(const OMPSingleDirective &S);
void EmitOMPMasterDirective(const OMPMasterDirective &S);
void EmitOMPParallelForDirective(const OMPParallelForDirective &S);
void EmitOMPParallelSectionsDirective(const OMPParallelSectionsDirective &S);
void EmitOMPTaskDirective(const OMPTaskDirective &S);