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

/external/clang/include/clang/AST/
H A DStmtOpenMP.h259 class OMPExecutableDirective : public Stmt { class in namespace:clang
280 OMPExecutableDirective(const T *, StmtClass SC, OpenMPDirectiveKind K, function in class:clang::OMPExecutableDirective
362 class OMPParallelDirective : public OMPExecutableDirective {
370 : OMPExecutableDirective(this, OMPParallelDirectiveClass, OMPD_parallel,
378 : OMPExecutableDirective(this, OMPParallelDirectiveClass, OMPD_parallel,

Completed in 55 milliseconds