Searched refs:OMPClauseWithPostUpdate (Results 1 – 7 of 7) sorted by relevance
170 static OMPClauseWithPostUpdate *get(OMPClause *C);2613 public OMPClauseWithPostUpdate,2664 OMPClauseWithPostUpdate(this) {} in OMPLastprivateClause()2924 public OMPClauseWithPostUpdate,2974 OMPClauseWithPostUpdate(this) {} in OMPReductionClause()3260 public OMPClauseWithPostUpdate,3300 OMPClauseWithPostUpdate(this) {} in OMPTaskReductionClause()3491 public OMPClauseWithPostUpdate,3531 OMPClauseWithPostUpdate(this) {} in OMPInReductionClause()3747 public OMPClauseWithPostUpdate,[all …]
503 bool VisitOMPClauseWithPostUpdate(OMPClauseWithPostUpdate *Node);3052 OMPClauseWithPostUpdate *Node) {
171 OMPClauseWithPostUpdate *OMPClauseWithPostUpdate::get(OMPClause *C) { in get()172 auto *Res = OMPClauseWithPostUpdate::get(const_cast<const OMPClause *>(C)); in get()173 return Res ? const_cast<OMPClauseWithPostUpdate *>(Res) : nullptr; in get()176 const OMPClauseWithPostUpdate *OMPClauseWithPostUpdate::get(const OMPClause *C) { in get()
421 void VistOMPClauseWithPostUpdate(const OMPClauseWithPostUpdate *C);431 const OMPClauseWithPostUpdate *C) { in VistOMPClauseWithPostUpdate()
5996 void VisitOMPClauseWithPostUpdate(OMPClauseWithPostUpdate *C);6017 void OMPClauseWriter::VisitOMPClauseWithPostUpdate(OMPClauseWithPostUpdate *C) { in VisitOMPClauseWithPostUpdate()
11720 void VisitOMPClauseWithPostUpdate(OMPClauseWithPostUpdate *C);12028 void OMPClauseReader::VisitOMPClauseWithPostUpdate(OMPClauseWithPostUpdate *C) { in VisitOMPClauseWithPostUpdate()
4517 if (auto *C = OMPClauseWithPostUpdate::get(Clause)) { in ActOnOpenMPRegionEnd()