Searched refs:OMPClauseWithPostUpdate (Results 1 – 8 of 8) sorted by relevance
100 OMPClauseWithPostUpdate *OMPClauseWithPostUpdate::get(OMPClause *C) { in get()101 auto *Res = OMPClauseWithPostUpdate::get(const_cast<const OMPClause *>(C)); in get()102 return Res ? const_cast<OMPClauseWithPostUpdate *>(Res) : nullptr; in get()105 const OMPClauseWithPostUpdate *OMPClauseWithPostUpdate::get(const OMPClause *C) { in get()
273 void VistOMPClauseWithPostUpdate(const OMPClauseWithPostUpdate *C);283 const OMPClauseWithPostUpdate *C) { in VistOMPClauseWithPostUpdate()
97 class OMPClauseWithPostUpdate : public OMPClauseWithPreInit {104 OMPClauseWithPostUpdate(const OMPClause *This) in OMPClauseWithPostUpdate() function114 static OMPClauseWithPostUpdate *get(OMPClause *C);115 static const OMPClauseWithPostUpdate *get(const OMPClause *C);1408 public OMPClauseWithPostUpdate,1442 OMPClauseWithPostUpdate(this) {} in OMPLastprivateClause()1452 OMPClauseWithPostUpdate(this) {} in OMPLastprivateClause()1668 public OMPClauseWithPostUpdate,1696 OMPClauseWithPostUpdate(this), ColonLoc(ColonLoc), in OMPReductionClause()1707 OMPClauseWithPostUpdate(this), ColonLoc(), QualifierLoc(), NameInfo() {} in OMPReductionClause()[all …]
507 bool VisitOMPClauseWithPostUpdate(OMPClauseWithPostUpdate *Node);2604 OMPClauseWithPostUpdate *Node) {
1777 void VisitOMPClauseWithPostUpdate(OMPClauseWithPostUpdate *C);1792 void OMPClauseWriter::VisitOMPClauseWithPostUpdate(OMPClauseWithPostUpdate *C) { in VisitOMPClauseWithPostUpdate()
1770 void VisitOMPClauseWithPostUpdate(OMPClauseWithPostUpdate *C);1945 void OMPClauseReader::VisitOMPClauseWithPostUpdate(OMPClauseWithPostUpdate *C) { in VisitOMPClauseWithPostUpdate()
2050 void VisitOMPClauseWithPostUpdate(const OMPClauseWithPostUpdate *C);2059 const OMPClauseWithPostUpdate *C) { in VisitOMPClauseWithPostUpdate()
1817 if (auto *C = OMPClauseWithPostUpdate::get(Clause)) { in ActOnOpenMPRegionEnd()