clang
7.0.0
|
Class that handles pre-initialization statement for some clauses, like 'shedule', 'firstprivate' etc. More...
#include "clang/AST/OpenMPClause.h"
Public Member Functions | |
const Stmt * | getPreInitStmt () const |
Get pre-initialization statement for the clause. More... | |
Stmt * | getPreInitStmt () |
Get pre-initialization statement for the clause. More... | |
OpenMPDirectiveKind | getCaptureRegion () const |
Get capture region for the stmt in the clause. More... | |
Static Public Member Functions | |
static OMPClauseWithPreInit * | get (OMPClause *C) |
static const OMPClauseWithPreInit * | get (const OMPClause *C) |
Protected Member Functions | |
OMPClauseWithPreInit (const OMPClause *This) | |
void | setPreInitStmt (Stmt *S, OpenMPDirectiveKind ThisRegion=OMPD_unknown) |
Set pre-initialization statement for the clause. More... | |
Friends | |
class | OMPClauseReader |
Class that handles pre-initialization statement for some clauses, like 'shedule', 'firstprivate' etc.
Definition at line 101 of file OpenMPClause.h.
|
inlineprotected |
Definition at line 111 of file OpenMPClause.h.
|
static |
Definition at line 38 of file OpenMPClause.cpp.
Referenced by clang::Sema::ActOnOpenMPRegionEnd().
|
static |
Definition at line 43 of file OpenMPClause.cpp.
References clang::C, clang::OMPClause::getClauseKind(), clang::OMPC_threadprivate, clang::OMPC_uniform, and clang::OMPC_unknown.
|
inline |
Get capture region for the stmt in the clause.
Definition at line 129 of file OpenMPClause.h.
Referenced by clang::OMPClauseWriter::VisitOMPClauseWithPreInit().
|
inline |
Get pre-initialization statement for the clause.
Definition at line 123 of file OpenMPClause.h.
Referenced by clang::OMPClauseWriter::VisitOMPClauseWithPreInit().
|
inline |
Get pre-initialization statement for the clause.
Definition at line 126 of file OpenMPClause.h.
|
inlineprotected |
Set pre-initialization statement for the clause.
Definition at line 116 of file OpenMPClause.h.
Referenced by clang::OMPFirstprivateClause::Create(), clang::OMPLastprivateClause::Create(), clang::OMPReductionClause::Create(), clang::OMPTaskReductionClause::Create(), clang::OMPInReductionClause::Create(), clang::OMPSharedClause::CreateEmpty(), and clang::OMPClauseReader::VisitOMPClauseWithPreInit().
|
friend |
Definition at line 102 of file OpenMPClause.h.