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

/external/clang/include/clang/AST/
H A DStmtOpenMP.h2295 class OMPTaskLoopSimdDirective : public OMPLoopDirective { class in namespace:clang
2304 OMPTaskLoopSimdDirective(SourceLocation StartLoc, SourceLocation EndLoc, function in class:clang::OMPTaskLoopSimdDirective
2315 explicit OMPTaskLoopSimdDirective(unsigned CollapsedNum, unsigned NumClauses) function in class:clang::OMPTaskLoopSimdDirective
2331 static OMPTaskLoopSimdDirective *
2343 static OMPTaskLoopSimdDirective *CreateEmpty(const ASTContext &C,

Completed in 50 milliseconds