clang
3.9.0
|
Public Member Functions | |
OMPClauseReader (ASTStmtReader *R, ASTContext &C, const ASTReader::RecordData &Record, unsigned &Idx) | |
OMPClause * | readClause () |
void | VisitOMPClauseWithPreInit (OMPClauseWithPreInit *C) |
void | VisitOMPClauseWithPostUpdate (OMPClauseWithPostUpdate *C) |
![]() | |
void | Visit (PTR(OMPClause) S) |
void | VisitOMPClause (PTR(OMPClause) Node) |
Definition at line 1765 of file ASTReaderStmt.cpp.
|
inline |
Definition at line 1771 of file ASTReaderStmt.cpp.
OMPClause * OMPClauseReader::readClause | ( | ) |
Definition at line 1782 of file ASTReaderStmt.cpp.
References Context, clang::OMPPrivateClause::CreateEmpty(), clang::OMPFirstprivateClause::CreateEmpty(), clang::OMPLastprivateClause::CreateEmpty(), clang::OMPSharedClause::CreateEmpty(), clang::OMPReductionClause::CreateEmpty(), clang::CreateEmpty(), OMPAlignedClause::CreateEmpty(), OMPCopyinClause::CreateEmpty(), OMPCopyprivateClause::CreateEmpty(), OMPFlushClause::CreateEmpty(), OMPDependClause::CreateEmpty(), OMPMapClause::CreateEmpty(), OMPToClause::CreateEmpty(), OMPFromClause::CreateEmpty(), OMPUseDevicePtrClause::CreateEmpty(), OMPIsDevicePtrClause::CreateEmpty(), clang::OMPClause::setLocEnd(), and clang::OMPClause::setLocStart().
void OMPClauseReader::VisitOMPClauseWithPostUpdate | ( | OMPClauseWithPostUpdate * | C | ) |
Definition at line 1953 of file ASTReaderStmt.cpp.
References clang::OMPClauseWithPostUpdate::setPostUpdateExpr().
void OMPClauseReader::VisitOMPClauseWithPreInit | ( | OMPClauseWithPreInit * | C | ) |
Definition at line 1949 of file ASTReaderStmt.cpp.
References clang::OMPClauseWithPreInit::setPreInitStmt().