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

/external/clang/include/clang/AST/
H A DStmtOpenMP.h539 class OMPParallelForDirective : public OMPExecutableDirective { class in namespace:clang
550 OMPParallelForDirective(SourceLocation StartLoc, SourceLocation EndLoc, function in class:clang::OMPParallelForDirective
562 explicit OMPParallelForDirective(unsigned CollapsedNum, unsigned NumClauses) function in class:clang::OMPParallelForDirective
578 static OMPParallelForDirective *
590 static OMPParallelForDirective *CreateEmpty(const ASTContext &C,

Completed in 1830 milliseconds