clang
10.0.0git
|
Public Member Functions | |
OMPClauseReader (ASTRecordReader &Record) | |
OMPClause * | readClause () |
void | VisitOMPClauseWithPreInit (OMPClauseWithPreInit *C) |
void | VisitOMPClauseWithPostUpdate (OMPClauseWithPostUpdate *C) |
![]() | |
void | Visit (PTR(OMPClause) S) |
void | VisitOMPClause (PTR(OMPClause) Node) |
Definition at line 11500 of file ASTReader.cpp.
|
inline |
Definition at line 11505 of file ASTReader.cpp.
OMPClause * OMPClauseReader::readClause | ( | ) |
Definition at line 11521 of file ASTReader.cpp.
References clang::C.
void OMPClauseReader::VisitOMPClauseWithPostUpdate | ( | OMPClauseWithPostUpdate * | C | ) |
Definition at line 11740 of file ASTReader.cpp.
References clang::C, OMPDependClause::getNumLoops(), OMPMappableExprListClause< T >::getTotalComponentListNum(), OMPMappableExprListClause< T >::getTotalComponentsNum(), OMPMappableExprListClause< T >::getUniqueDeclarationsNum(), OMPMapClause::NumberOfModifiers, OMPAlignedClause::setColonLoc(), OMPMappableExprListClause< T >::setComponentListSizes(), OMPMappableExprListClause< T >::setDeclNumLists(), clang::OMPOrderedClause::setLoopCounter(), OMPDependClause::setLoopData(), clang::OMPOrderedClause::setLoopNumIterations(), clang::OMPVarListClause< T >::setLParenLoc(), clang::OMPAllocatorClause::setLParenLoc(), clang::OMPIfClause::setLParenLoc(), clang::OMPFinalClause::setLParenLoc(), clang::OMPNumThreadsClause::setLParenLoc(), clang::OMPSafelenClause::setLParenLoc(), clang::OMPSimdlenClause::setLParenLoc(), clang::OMPCollapseClause::setLParenLoc(), clang::OMPDefaultClause::setLParenLoc(), clang::OMPProcBindClause::setLParenLoc(), clang::OMPAtomicDefaultMemOrderClause::setLParenLoc(), clang::OMPOrderedClause::setLParenLoc(), OMPDeviceClause::setLParenLoc(), OMPMappableExprListClause< T >::setMapperIdInfo(), OMPMappableExprListClause< T >::setMapperQualifierLoc(), clang::OMPClauseWithPostUpdate::setPostUpdateExpr(), clang::OMPLastprivateClause::setPrivateCopies(), OMPMappableExprListClause< T >::setUDMapperRefs(), OMPMappableExprListClause< T >::setUniqueDecls(), clang::OMPVarListClause< T >::setVarRefs(), and clang::OMPVarListClause< T >::varlist_size().
void OMPClauseReader::VisitOMPClauseWithPreInit | ( | OMPClauseWithPreInit * | C | ) |
Definition at line 11735 of file ASTReader.cpp.
References clang::OMPClauseWithPreInit::setPreInitStmt().