Searched defs:OMPTaskLoopDirective (Results 1 - 1 of 1) sorted by relevance
/external/clang/include/clang/AST/ | ||
H A D | StmtOpenMP.h | 2230 class OMPTaskLoopDirective : public OMPLoopDirective { class in namespace:clang 2239 OMPTaskLoopDirective(SourceLocation StartLoc, SourceLocation EndLoc, function in class:clang::OMPTaskLoopDirective 2249 explicit OMPTaskLoopDirective(unsigned CollapsedNum, unsigned NumClauses) function in class:clang::OMPTaskLoopDirective 2265 static OMPTaskLoopDirective * 2277 static OMPTaskLoopDirective *CreateEmpty(const ASTContext &C, |
Completed in 96 milliseconds