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

/external/clang/include/clang/AST/
H A DStmtOpenMP.h1640 class OMPTaskgroupDirective : public OMPExecutableDirective { class in namespace:clang
1647 OMPTaskgroupDirective(SourceLocation StartLoc, SourceLocation EndLoc) function in class:clang::OMPTaskgroupDirective
1653 explicit OMPTaskgroupDirective() function in class:clang::OMPTaskgroupDirective
1665 static OMPTaskgroupDirective *Create(const ASTContext &C,
1674 static OMPTaskgroupDirective *CreateEmpty(const ASTContext &C, EmptyShell);

Completed in 91 milliseconds