clang  3.9.0
Public Member Functions | List of all members
clang::OMPClauseReader Class Reference
Inheritance diagram for clang::OMPClauseReader:
[legend]
Collaboration diagram for clang::OMPClauseReader:
[legend]

Public Member Functions

 OMPClauseReader (ASTStmtReader *R, ASTContext &C, const ASTReader::RecordData &Record, unsigned &Idx)
 
OMPClausereadClause ()
 
void VisitOMPClauseWithPreInit (OMPClauseWithPreInit *C)
 
void VisitOMPClauseWithPostUpdate (OMPClauseWithPostUpdate *C)
 
- Public Member Functions inherited from clang::OMPClauseVisitorBase< OMPClauseReader, make_ptr, void >
void Visit (PTR(OMPClause) S)
 
void VisitOMPClause (PTR(OMPClause) Node)
 

Detailed Description

Definition at line 1765 of file ASTReaderStmt.cpp.

Constructor & Destructor Documentation

clang::OMPClauseReader::OMPClauseReader ( ASTStmtReader R,
ASTContext C,
const ASTReader::RecordData Record,
unsigned Idx 
)
inline

Definition at line 1771 of file ASTReaderStmt.cpp.

Member Function Documentation

OMPClause * OMPClauseReader::readClause ( )
void OMPClauseReader::VisitOMPClauseWithPostUpdate ( OMPClauseWithPostUpdate C)
void OMPClauseReader::VisitOMPClauseWithPreInit ( OMPClauseWithPreInit C)

Definition at line 1949 of file ASTReaderStmt.cpp.

References clang::OMPClauseWithPreInit::setPreInitStmt().


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