|
clang
5.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 () |
| 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 | |
| void | setPreInitStmt (Stmt *S, OpenMPDirectiveKind ThisRegion=OMPD_unknown) |
| Set pre-initialization statement for the clause. More... | |
| OMPClauseWithPreInit (const OMPClause *This) | |
Friends | |
| class | OMPClauseReader |
Class that handles pre-initialization statement for some clauses, like 'shedule', 'firstprivate' etc.
Definition at line 76 of file OpenMPClause.h.
|
inlineprotected |
Definition at line 89 of file OpenMPClause.h.
|
static |
Definition at line 32 of file OpenMPClause.cpp.
Referenced by clang::Sema::ActOnOpenMPRegionEnd().
|
static |
Definition at line 37 of file OpenMPClause.cpp.
References 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 100 of file OpenMPClause.h.
Referenced by clang::OMPClauseWriter::VisitOMPClauseWithPreInit().
|
inline |
Get pre-initialization statement for the clause.
Definition at line 96 of file OpenMPClause.h.
Referenced by clang::OMPClauseWriter::VisitOMPClauseWithPreInit().
|
inline |
Get pre-initialization statement for the clause.
Definition at line 98 of file OpenMPClause.h.
|
inlineprotected |
Set pre-initialization statement for the clause.
Definition at line 85 of file OpenMPClause.h.
Referenced by clang::OMPFirstprivateClause::Create(), clang::OMPLastprivateClause::Create(), clang::OMPReductionClause::Create(), clang::OMPTaskReductionClause::Create(), clang::OMPIfClause::OMPIfClause(), clang::OMPNumThreadsClause::OMPNumThreadsClause(), clang::OMPScheduleClause::OMPScheduleClause(), and clang::OMPClauseReader::VisitOMPClauseWithPreInit().
|
friend |
Definition at line 77 of file OpenMPClause.h.
1.8.6