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

/external/clang/include/clang/AST/
H A DStmtOpenMP.h1344 class OMPTaskyieldDirective : public OMPExecutableDirective { class in namespace:clang
1351 OMPTaskyieldDirective(SourceLocation StartLoc, SourceLocation EndLoc) function in class:clang::OMPTaskyieldDirective
1357 explicit OMPTaskyieldDirective() function in class:clang::OMPTaskyieldDirective
1368 static OMPTaskyieldDirective *
1375 static OMPTaskyieldDirective *CreateEmpty(const ASTContext &C, EmptyShell);

Completed in 24 milliseconds