clang 19.0.0git
Public Member Functions | List of all members
clang::OMPClauseReader Class Reference
Inheritance diagram for clang::OMPClauseReader:
Inheritance graph
[legend]

Public Member Functions

 OMPClauseReader (ASTRecordReader &Record)
 
OMPClausereadClause ()
 
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)
 

Detailed Description

Definition at line 10253 of file ASTReader.cpp.

Constructor & Destructor Documentation

◆ OMPClauseReader()

clang::OMPClauseReader::OMPClauseReader ( ASTRecordReader Record)
inline

Definition at line 10258 of file ASTReader.cpp.

Member Function Documentation

◆ readClause()

OMPClause * OMPClauseReader::readClause ( )

Definition at line 10274 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::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::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().

◆ VisitOMPClauseWithPostUpdate()

void OMPClauseReader::VisitOMPClauseWithPostUpdate ( OMPClauseWithPostUpdate C)

Definition at line 10621 of file ASTReader.cpp.

References clang::C, and VisitOMPClauseWithPreInit().

◆ VisitOMPClauseWithPreInit()

void OMPClauseReader::VisitOMPClauseWithPreInit ( OMPClauseWithPreInit C)

Definition at line 10616 of file ASTReader.cpp.

References clang::C.

Referenced by VisitOMPClauseWithPostUpdate().


The documentation for this class was generated from the following file: