|
clang 23.0.0git
|
Public Member Functions | |
| OMPClauseReader (ASTRecordReader &Record) | |
| OMPClause * | readClause () |
| void | VisitOMPClauseWithPreInit (OMPClauseWithPreInit *C) |
| void | VisitOMPClauseWithPostUpdate (OMPClauseWithPostUpdate *C) |
| Public Member Functions inherited from OMPClauseVisitorBase< OMPClauseReader, std::add_pointer_t, void > | |
| void | Visit (PTR(OMPClause) S) |
| void | VisitOMPClause (PTR(OMPClause) Node) |
Definition at line 11272 of file ASTReader.cpp.
|
inline |
Definition at line 11277 of file ASTReader.cpp.
| OMPClause * OMPClauseReader::readClause | ( | ) |
Definition at line 11293 of file ASTReader.cpp.
References clang::C, clang::OMPAllocateClause::CreateEmpty(), clang::OMPFullClause::CreateEmpty(), clang::OMPLoopRangeClause::CreateEmpty(), clang::OMPPartialClause::CreateEmpty(), clang::OMPPermutationClause::CreateEmpty(), clang::OMPSizesClause::CreateEmpty(), OMPAffinityClause::CreateEmpty(), OMPAlignedClause::CreateEmpty(), OMPBindClause::CreateEmpty(), OMPCopyinClause::CreateEmpty(), OMPCopyprivateClause::CreateEmpty(), OMPDependClause::CreateEmpty(), OMPDepobjClause::CreateEmpty(), OMPDoacrossClause::CreateEmpty(), OMPExclusiveClause::CreateEmpty(), OMPFlushClause::CreateEmpty(), OMPFromClause::CreateEmpty(), OMPHasDeviceAddrClause::CreateEmpty(), OMPInclusiveClause::CreateEmpty(), OMPInitClause::CreateEmpty(), OMPIsDevicePtrClause::CreateEmpty(), OMPMapClause::CreateEmpty(), OMPNontemporalClause::CreateEmpty(), OMPNumTeamsClause::CreateEmpty(), OMPThreadLimitClause::CreateEmpty(), OMPToClause::CreateEmpty(), OMPUseDeviceAddrClause::CreateEmpty(), OMPUseDevicePtrClause::CreateEmpty(), OMPUsesAllocatorsClause::CreateEmpty(), OMPMappableExprListSizeTy::NumComponentLists, OMPMappableExprListSizeTy::NumComponents, OMPMappableExprListSizeTy::NumUniqueDeclarations, OMPMappableExprListSizeTy::NumVars, and OMPClauseVisitorBase< OMPClauseReader, std::add_pointer_t, void >::Visit().
Referenced by clang::ASTRecordReader::readOMPClause().
| void OMPClauseReader::VisitOMPClauseWithPostUpdate | ( | OMPClauseWithPostUpdate * | C | ) |
Definition at line 11685 of file ASTReader.cpp.
References clang::C, and VisitOMPClauseWithPreInit().
| void OMPClauseReader::VisitOMPClauseWithPreInit | ( | OMPClauseWithPreInit * | C | ) |
Definition at line 11680 of file ASTReader.cpp.
References clang::C.
Referenced by VisitOMPClauseWithPostUpdate().