clang  3.7.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 ()
 
- 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 1688 of file ASTReaderStmt.cpp.

Constructor & Destructor Documentation

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

Definition at line 1694 of file ASTReaderStmt.cpp.

Member Function Documentation

OMPClause * OMPClauseReader::readClause ( )

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