Searched refs:OMPClauseWithPostUpdate (Results 1 – 8 of 8) sorted by relevance
149 class OMPClauseWithPostUpdate : public OMPClauseWithPreInit {156 OMPClauseWithPostUpdate(const OMPClause *This) : OMPClauseWithPreInit(This) { in OMPClauseWithPostUpdate() function170 static OMPClauseWithPostUpdate *get(OMPClause *C);171 static const OMPClauseWithPostUpdate *get(const OMPClause *C);2505 public OMPClauseWithPostUpdate,2546 OMPClauseWithPostUpdate(this), LPKind(LPKind), LPKindLoc(LPKindLoc), in OMPLastprivateClause()2556 OMPClauseWithPostUpdate(this) {} in OMPLastprivateClause()2816 public OMPClauseWithPostUpdate,2855 OMPClauseWithPostUpdate(this), Modifier(Modifier), in OMPReductionClause()2866 OMPClauseWithPostUpdate(this) {} in OMPReductionClause()[all …]
505 bool VisitOMPClauseWithPostUpdate(OMPClauseWithPostUpdate *Node);3023 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()
11691 void VisitOMPClauseWithPostUpdate(OMPClauseWithPostUpdate *C);11993 void OMPClauseReader::VisitOMPClauseWithPostUpdate(OMPClauseWithPostUpdate *C) { in VisitOMPClauseWithPostUpdate()
2185 void VisitOMPClauseWithPostUpdate(const OMPClauseWithPostUpdate *C);2194 const OMPClauseWithPostUpdate *C) { in VisitOMPClauseWithPostUpdate()
4511 if (auto *C = OMPClauseWithPostUpdate::get(Clause)) { in ActOnOpenMPRegionEnd()