[OPENMP] Initial parsing and sema analysis for 'single' directive.
llvm-svn: 211774
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user