clang API Documentation
This represents '#pragma omp taskyield' directive. More...
#include <StmtOpenMP.h>


Static Public Member Functions | |
| static OMPTaskyieldDirective * | Create (const ASTContext &C, SourceLocation StartLoc, SourceLocation EndLoc) |
| Creates directive. | |
| static OMPTaskyieldDirective * | CreateEmpty (const ASTContext &C, EmptyShell) |
| Creates an empty directive. | |
| static bool | classof (const Stmt *T) |
Friends | |
| class | ASTStmtReader |
This represents '#pragma omp taskyield' directive.
#pragma omp taskyield
Definition at line 1192 of file StmtOpenMP.h.
| static bool clang::OMPTaskyieldDirective::classof | ( | const Stmt * | T | ) | [inline, static] |
Reimplemented from clang::OMPExecutableDirective.
Definition at line 1225 of file StmtOpenMP.h.
References clang::Stmt::getStmtClass().
| OMPTaskyieldDirective * OMPTaskyieldDirective::Create | ( | const ASTContext & | C, |
| SourceLocation | StartLoc, | ||
| SourceLocation | EndLoc | ||
| ) | [static] |
Creates directive.
| C | AST context. |
| StartLoc | Starting location of the directive kind. |
| EndLoc | Ending Location of the directive. |
Definition at line 1842 of file Stmt.cpp.
References clang::ASTContext::Allocate().
Referenced by clang::Sema::ActOnOpenMPTaskyieldDirective().
| OMPTaskyieldDirective * OMPTaskyieldDirective::CreateEmpty | ( | const ASTContext & | C, |
| EmptyShell | |||
| ) | [static] |
Creates an empty directive.
| C | AST context. |
Definition at line 1851 of file Stmt.cpp.
References clang::ASTContext::Allocate().
friend class ASTStmtReader [friend] |
Reimplemented from clang::OMPExecutableDirective.
Definition at line 1193 of file StmtOpenMP.h.