clang
7.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 1811 of file ASTReaderStmt.cpp.
|
inline |
Definition at line 1816 of file ASTReaderStmt.cpp.
OMPClause * OMPClauseReader::readClause | ( | ) |
Definition at line 1828 of file ASTReaderStmt.cpp.
void OMPClauseReader::VisitOMPClauseWithPostUpdate | ( | OMPClauseWithPostUpdate * | C | ) |
Definition at line 2021 of file ASTReaderStmt.cpp.
References clang::OMPIfClause::setLParenLoc(), clang::OMPFinalClause::setLParenLoc(), clang::OMPNumThreadsClause::setLParenLoc(), clang::OMPSafelenClause::setLParenLoc(), clang::OMPSimdlenClause::setLParenLoc(), clang::OMPCollapseClause::setLParenLoc(), clang::OMPDefaultClause::setLParenLoc(), clang::OMPProcBindClause::setLParenLoc(), and clang::OMPClauseWithPostUpdate::setPostUpdateExpr().
void OMPClauseReader::VisitOMPClauseWithPreInit | ( | OMPClauseWithPreInit * | C | ) |
Definition at line 2016 of file ASTReaderStmt.cpp.
References clang::OMPClauseWithPreInit::setPreInitStmt().