clang  3.9.0
Public Member Functions | Static Public Member Functions | Protected Member Functions | Friends | List of all members
clang::OMPClauseWithPreInit Class Reference

Class that handles pre-initialization statement for some clauses, like 'shedule', 'firstprivate' etc. More...

#include <OpenMPClause.h>

Inheritance diagram for clang::OMPClauseWithPreInit:
[legend]

Public Member Functions

const StmtgetPreInitStmt () const
 Get pre-initialization statement for the clause. More...
 
StmtgetPreInitStmt ()
 Get pre-initialization statement for the clause. More...
 

Static Public Member Functions

static OMPClauseWithPreInitget (OMPClause *C)
 
static const OMPClauseWithPreInitget (const OMPClause *C)
 

Protected Member Functions

void setPreInitStmt (Stmt *S)
 Set pre-initialization statement for the clause. More...
 
 OMPClauseWithPreInit (const OMPClause *This)
 

Friends

class OMPClauseReader
 

Detailed Description

Class that handles pre-initialization statement for some clauses, like 'shedule', 'firstprivate' etc.

Definition at line 75 of file OpenMPClause.h.

Constructor & Destructor Documentation

clang::OMPClauseWithPreInit::OMPClauseWithPreInit ( const OMPClause This)
inlineprotected

Definition at line 82 of file OpenMPClause.h.

Member Function Documentation

OMPClauseWithPreInit * OMPClauseWithPreInit::get ( OMPClause C)
static

Definition at line 32 of file OpenMPClause.cpp.

Referenced by clang::Sema::ActOnOpenMPRegionEnd().

const OMPClauseWithPreInit * OMPClauseWithPreInit::get ( const OMPClause C)
static
const Stmt* clang::OMPClauseWithPreInit::getPreInitStmt ( ) const
inline

Get pre-initialization statement for the clause.

Definition at line 88 of file OpenMPClause.h.

Referenced by clang::OMPClauseWriter::VisitOMPClauseWithPreInit().

Stmt* clang::OMPClauseWithPreInit::getPreInitStmt ( )
inline

Get pre-initialization statement for the clause.

Definition at line 90 of file OpenMPClause.h.

void clang::OMPClauseWithPreInit::setPreInitStmt ( Stmt S)
inlineprotected

Friends And Related Function Documentation

friend class OMPClauseReader
friend

Definition at line 76 of file OpenMPClause.h.


The documentation for this class was generated from the following files: