Searched refs:OMPClauseWithPostUpdate (Results 1 – 9 of 9) sorted by relevance
1664 public OMPClauseWithPostUpdate,1696 OMPClauseWithPostUpdate(this) {} in OMPLastprivateClause()1705 OMPClauseWithPostUpdate(this) {} in OMPLastprivateClause()1923 public OMPClauseWithPostUpdate,1963 OMPClauseWithPostUpdate(this) {} in OMPReductionClause()2145 public OMPClauseWithPostUpdate,2185 OMPClauseWithPostUpdate(this) {} in OMPTaskReductionClause()2364 public OMPClauseWithPostUpdate,2404 OMPClauseWithPostUpdate(this) {} in OMPInReductionClause()2608 public OMPClauseWithPostUpdate,[all …]
538 bool VisitOMPClauseWithPostUpdate(OMPClauseWithPostUpdate *Node);2810 OMPClauseWithPostUpdate *Node) {
121 OMPClauseWithPostUpdate *OMPClauseWithPostUpdate::get(OMPClause *C) { in get()122 auto *Res = OMPClauseWithPostUpdate::get(const_cast<const OMPClause *>(C)); in get()123 return Res ? const_cast<OMPClauseWithPostUpdate *>(Res) : nullptr; in get()126 const OMPClauseWithPostUpdate *OMPClauseWithPostUpdate::get(const OMPClause *C) { in get()
418 void VistOMPClauseWithPostUpdate(const OMPClauseWithPostUpdate *C);428 const OMPClauseWithPostUpdate *C) { in VistOMPClauseWithPostUpdate()
1006 void VisitOMPClauseWithPostUpdate(OMPClauseWithPostUpdate *C);
2693 void VisitOMPClauseWithPostUpdate(OMPClauseWithPostUpdate *C);
6487 void OMPClauseWriter::VisitOMPClauseWithPostUpdate(OMPClauseWithPostUpdate *C) { in VisitOMPClauseWithPostUpdate()
11869 void OMPClauseReader::VisitOMPClauseWithPostUpdate(OMPClauseWithPostUpdate *C) { in VisitOMPClauseWithPostUpdate()
2962 if (auto *C = OMPClauseWithPostUpdate::get(Clause)) { in ActOnOpenMPRegionEnd()