clang
3.7.0
|
Public Member Functions | |
OMPClauseReader (ASTStmtReader *R, ASTContext &C, const ASTReader::RecordData &Record, unsigned &Idx) | |
OMPClause * | readClause () |
![]() | |
void | Visit (PTR(OMPClause) S) |
void | VisitOMPClause (PTR(OMPClause) Node) |
Definition at line 1688 of file ASTReaderStmt.cpp.
|
inline |
Definition at line 1694 of file ASTReaderStmt.cpp.
OMPClause * OMPClauseReader::readClause | ( | ) |
Definition at line 1704 of file ASTReaderStmt.cpp.
References AttributeLangSupport::C, 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(), clang::OMPClause::setLocEnd(), and clang::OMPClause::setLocStart().