|
clang
5.0.0
|
Public Member Functions | |
| OMPClauseReader (ASTStmtReader *R, ASTRecordReader &Record) | |
| OMPClause * | readClause () |
| 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) |
Definition at line 1759 of file ASTReaderStmt.cpp.
|
inline |
Definition at line 1763 of file ASTReaderStmt.cpp.
| OMPClause * OMPClauseReader::readClause | ( | ) |
Definition at line 1773 of file ASTReaderStmt.cpp.
References Context, clang::OMPPrivateClause::CreateEmpty(), clang::OMPFirstprivateClause::CreateEmpty(), clang::OMPLastprivateClause::CreateEmpty(), clang::OMPSharedClause::CreateEmpty(), clang::OMPReductionClause::CreateEmpty(), clang::OMPTaskReductionClause::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 1960 of file ASTReaderStmt.cpp.
References clang::OMPClauseWithPostUpdate::setPostUpdateExpr().
| void OMPClauseReader::VisitOMPClauseWithPreInit | ( | OMPClauseWithPreInit * | C | ) |
Definition at line 1955 of file ASTReaderStmt.cpp.
References clang::OMPClauseWithPreInit::setPreInitStmt().
1.8.6