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

/external/clang/include/clang/AST/
H A DStmtOpenMP.h184 class OMPParallelDirective : public OMPExecutableDirective { class in namespace:clang
190 OMPParallelDirective(SourceLocation StartLoc, SourceLocation EndLoc, function in class:clang::OMPParallelDirective
199 explicit OMPParallelDirective(unsigned NumClauses) function in class:clang::OMPParallelDirective
213 static OMPParallelDirective *
222 static OMPParallelDirective *CreateEmpty(const ASTContext &C,

Completed in 476 milliseconds