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

/external/clang/include/clang/AST/
H A DStmtOpenMP.h2700 class OMPDistributeDirective : public OMPLoopDirective { class in namespace:clang
2710 OMPDistributeDirective(SourceLocation StartLoc, SourceLocation EndLoc, function in class:clang::OMPDistributeDirective
2721 explicit OMPDistributeDirective(unsigned CollapsedNum, unsigned NumClauses) function in class:clang::OMPDistributeDirective
2738 static OMPDistributeDirective *
2750 static OMPDistributeDirective *CreateEmpty(const ASTContext &C,

Completed in 32 milliseconds