Searched defs:OMPExecutableDirective (Results 1 - 1 of 1) sorted by relevance

/external/clang/include/clang/AST/
H A DStmtOpenMP.h33 class OMPExecutableDirective : public Stmt { class in namespace:clang
67 OMPExecutableDirective(const T *, StmtClass SC, OpenMPDirectiveKind K, function in class:clang::OMPExecutableDirective
171 return const_cast<OMPExecutableDirective *>(this)->getClauses();
184 class OMPParallelDirective : public OMPExecutableDirective {
192 : OMPExecutableDirective(this, OMPParallelDirectiveClass, OMPD_parallel,
200 : OMPExecutableDirective(this, OMPParallelDirectiveClass, OMPD_parallel,
239 class OMPSimdDirective : public OMPExecutableDirective {
252 : OMPExecutableDirective(this, OMPSimdDirectiveClass, OMPD_simd, StartLoc,
262 : OMPExecutableDirective(this, OMPSimdDirectiveClass, OMPD_simd,
308 class OMPForDirective : public OMPExecutableDirective {
[all...]

Completed in 98 milliseconds