clang
6.0.0
|
Public Member Functions | |
OMPClauseReader (ASTStmtReader *R, 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 1759 of file ASTReaderStmt.cpp.
|
inline |
Definition at line 1763 of file ASTReaderStmt.cpp.
OMPClause * OMPClauseReader::readClause | ( | ) |
Definition at line 1773 of file ASTReaderStmt.cpp.
void OMPClauseReader::VisitOMPClauseWithPostUpdate | ( | OMPClauseWithPostUpdate * | C | ) |
Definition at line 1963 of file ASTReaderStmt.cpp.
References clang::OMPVarListClause< T >::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::OMPOrderedClause::setLParenLoc(), clang::OMPClauseWithPostUpdate::setPostUpdateExpr(), clang::OMPLastprivateClause::setPrivateCopies(), clang::OMPVarListClause< T >::setVarRefs(), and clang::OMPVarListClause< T >::varlist_size().
void OMPClauseReader::VisitOMPClauseWithPreInit | ( | OMPClauseWithPreInit * | C | ) |
Definition at line 1958 of file ASTReaderStmt.cpp.
References clang::OMPClauseWithPreInit::setPreInitStmt().