|
clang
3.8.0
|
Public Member Functions | |
| OMPClauseReader (ASTStmtReader *R, ASTContext &C, const ASTReader::RecordData &Record, unsigned &Idx) | |
| OMPClause * | readClause () |
Public Member Functions inherited from clang::OMPClauseVisitorBase< OMPClauseReader, make_ptr, void > | |
| void | Visit (PTR(OMPClause) S) |
| void | VisitOMPClause (PTR(OMPClause) Node) |
Definition at line 1742 of file ASTReaderStmt.cpp.
|
inline |
Definition at line 1748 of file ASTReaderStmt.cpp.
| OMPClause * OMPClauseReader::readClause | ( | ) |
Definition at line 1758 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(), OMPMapClause::CreateEmpty(), clang::OMPClause::setLocEnd(), and clang::OMPClause::setLocStart().
1.8.6