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

/external/clang/include/clang/AST/
H A DStmtOpenMP.h362 class OMPParallelDirective : public OMPExecutableDirective { class in namespace:clang
368 OMPParallelDirective(SourceLocation StartLoc, SourceLocation EndLoc, function in class:clang::OMPParallelDirective
377 explicit OMPParallelDirective(unsigned N) function in class:clang::OMPParallelDirective
389 static OMPParallelDirective *Create(ASTContext &C, SourceLocation StartLoc,
399 static OMPParallelDirective *CreateEmpty(ASTContext &C, unsigned N,

Completed in 80 milliseconds