clang 20.0.0git
|
Public Member Functions | |
OMPClauseReader (ASTRecordReader &Record) | |
OMPClause * | readClause () |
void | VisitOMPClauseWithPreInit (OMPClauseWithPreInit *C) |
void | VisitOMPClauseWithPostUpdate (OMPClauseWithPostUpdate *C) |
Public Member Functions inherited from clang::OMPClauseVisitorBase< ImplClass, Ptr, RetTy > | |
RetTy | Visit (PTR(OMPClause) S) |
RetTy | VisitOMPClause (PTR(OMPClause) Node) |
Definition at line 10472 of file ASTReader.cpp.
|
inline |
Definition at line 10477 of file ASTReader.cpp.
OMPClause * OMPClauseReader::readClause | ( | ) |
Definition at line 10493 of file ASTReader.cpp.
References clang::C, clang::OMPFullClause::CreateEmpty(), clang::OMPPartialClause::CreateEmpty(), clang::OMPDepobjClause::CreateEmpty(), clang::OMPBindClause::CreateEmpty(), clang::OMPUpdateClause::CreateEmpty(), clang::OMPMapClause::CreateEmpty(), clang::OMPToClause::CreateEmpty(), clang::OMPFromClause::CreateEmpty(), clang::OMPUseDevicePtrClause::CreateEmpty(), clang::OMPUseDeviceAddrClause::CreateEmpty(), clang::OMPIsDevicePtrClause::CreateEmpty(), clang::OMPHasDeviceAddrClause::CreateEmpty(), clang::OMPAllocateClause::CreateEmpty(), clang::OMPPrivateClause::CreateEmpty(), clang::OMPFirstprivateClause::CreateEmpty(), clang::OMPLastprivateClause::CreateEmpty(), clang::OMPSharedClause::CreateEmpty(), clang::OMPTaskReductionClause::CreateEmpty(), clang::OMPInReductionClause::CreateEmpty(), clang::OMPCopyinClause::CreateEmpty(), clang::OMPCopyprivateClause::CreateEmpty(), clang::OMPFlushClause::CreateEmpty(), clang::OMPNumTeamsClause::CreateEmpty(), clang::OMPThreadLimitClause::CreateEmpty(), clang::OMPNontemporalClause::CreateEmpty(), clang::OMPInitClause::CreateEmpty(), clang::OMPInclusiveClause::CreateEmpty(), clang::OMPExclusiveClause::CreateEmpty(), clang::OMPUsesAllocatorsClause::CreateEmpty(), clang::OMPAffinityClause::CreateEmpty(), clang::OMPReductionClause::CreateEmpty(), clang::OMPDependClause::CreateEmpty(), clang::OMPDoacrossClause::CreateEmpty(), clang::OMPAbsentClause::CreateEmpty(), clang::OMPContainsClause::CreateEmpty(), clang::OMPOrderedClause::CreateEmpty(), clang::OMPSizesClause::CreateEmpty(), clang::OMPLinearClause::CreateEmpty(), clang::OMPAlignedClause::CreateEmpty(), clang::OMPMappableExprListSizeTy::NumComponentLists, clang::OMPMappableExprListSizeTy::NumComponents, clang::OMPMappableExprListSizeTy::NumUniqueDeclarations, clang::OMPMappableExprListSizeTy::NumVars, and clang::OMPClauseVisitorBase< ImplClass, Ptr, RetTy >::Visit().
Referenced by clang::ASTRecordReader::readOMPClause().
void OMPClauseReader::VisitOMPClauseWithPostUpdate | ( | OMPClauseWithPostUpdate * | C | ) |
Definition at line 10862 of file ASTReader.cpp.
References clang::C, and VisitOMPClauseWithPreInit().
void OMPClauseReader::VisitOMPClauseWithPreInit | ( | OMPClauseWithPreInit * | C | ) |
Definition at line 10857 of file ASTReader.cpp.
References clang::C.
Referenced by VisitOMPClauseWithPostUpdate().