Searched refs:OMPClauseWithPostUpdate (Results 1 – 7 of 7) sorted by relevance
233 class OMPClauseWithPostUpdate : public OMPClauseWithPreInit {240 OMPClauseWithPostUpdate(const OMPClause *This) : OMPClauseWithPreInit(This) { in OMPClauseWithPostUpdate() function254 static OMPClauseWithPostUpdate *get(OMPClause *C);255 static const OMPClauseWithPostUpdate *get(const OMPClause *C);2895 public OMPClauseWithPostUpdate,2936 OMPClauseWithPostUpdate(this), LPKind(LPKind), LPKindLoc(LPKindLoc), in OMPLastprivateClause()2946 OMPClauseWithPostUpdate(this) {} in OMPLastprivateClause()3206 public OMPClauseWithPostUpdate,3245 OMPClauseWithPostUpdate(this), Modifier(Modifier), in OMPReductionClause()3256 OMPClauseWithPostUpdate(this) {} in OMPReductionClause()[all …]
507 bool VisitOMPClauseWithPostUpdate(OMPClauseWithPostUpdate *Node);3272 OMPClauseWithPostUpdate *Node) {
183 OMPClauseWithPostUpdate *OMPClauseWithPostUpdate::get(OMPClause *C) { in get()184 auto *Res = OMPClauseWithPostUpdate::get(const_cast<const OMPClause *>(C)); in get()185 return Res ? const_cast<OMPClauseWithPostUpdate *>(Res) : nullptr; in get()188 const OMPClauseWithPostUpdate *OMPClauseWithPostUpdate::get(const OMPClause *C) { in get()
441 void VistOMPClauseWithPostUpdate(const OMPClauseWithPostUpdate *C);451 const OMPClauseWithPostUpdate *C) { in VistOMPClauseWithPostUpdate()
7080 void VisitOMPClauseWithPostUpdate(OMPClauseWithPostUpdate *C);7101 void OMPClauseWriter::VisitOMPClauseWithPostUpdate(OMPClauseWithPostUpdate *C) { in VisitOMPClauseWithPostUpdate()
10381 void VisitOMPClauseWithPostUpdate(OMPClauseWithPostUpdate *C);10737 void OMPClauseReader::VisitOMPClauseWithPostUpdate(OMPClauseWithPostUpdate *C) { in VisitOMPClauseWithPostUpdate()
4647 if (auto *C = OMPClauseWithPostUpdate::get(Clause)) { in ActOnOpenMPRegionEnd()