Searched defs:OMPClauseWithPostUpdate (Results 1 - 1 of 1) sorted by relevance

/external/clang/include/clang/AST/
H A DOpenMPClause.h97 class OMPClauseWithPostUpdate : public OMPClauseWithPreInit { class in namespace:clang
104 OMPClauseWithPostUpdate(const OMPClause *This) function in class:clang::OMPClauseWithPostUpdate
114 static OMPClauseWithPostUpdate *get(OMPClause *C);
115 static const OMPClauseWithPostUpdate *get(const OMPClause *C);
1408 public OMPClauseWithPostUpdate,
1442 OMPClauseWithPostUpdate(this) {}
1452 OMPClauseWithPostUpdate(this) {}
1668 public OMPClauseWithPostUpdate,
1696 OMPClauseWithPostUpdate(this), ColonLoc(ColonLoc),
1707 OMPClauseWithPostUpdate(thi
[all...]

Completed in 3829 milliseconds