Searched refs:OMPClauseWithPreInit (Results 1 – 9 of 9) sorted by relevance
112 class OMPClauseWithPreInit {562 OMPClauseWithPreInit(this) {} in OMPIfClause()639 OMPClauseWithPreInit(this) {} in OMPFinalClause()711 OMPClauseWithPreInit(this) {} in OMPNumThreadsClause()1694 OMPClauseWithPreInit(this) { in OMPScheduleClause()2589 public OMPClauseWithPreInit,2605 OMPClauseWithPreInit(this) {} in OMPFirstprivateClause()2614 OMPClauseWithPreInit(this) {} in OMPFirstprivateClause()4946 OMPClauseWithPreInit(this) {} in OMPDeviceClause()6002 OMPClauseWithPreInit(this) {} in OMPNumTeamsClause()[all …]
514 bool VisitOMPClauseWithPreInit(OMPClauseWithPreInit *Node);3182 OMPClauseWithPreInit *Node) {
58 OMPClauseWithPreInit *OMPClauseWithPreInit::get(OMPClause *C) { in get()59 auto *Res = OMPClauseWithPreInit::get(const_cast<const OMPClause *>(C)); in get()60 return Res ? const_cast<OMPClauseWithPreInit *>(Res) : nullptr; in get()63 const OMPClauseWithPreInit *OMPClauseWithPreInit::get(const OMPClause *C) { in get()
424 void VistOMPClauseWithPreInit(const OMPClauseWithPreInit *C);429 const OMPClauseWithPreInit *C) { in VistOMPClauseWithPreInit()
6190 void VisitOMPClauseWithPreInit(OMPClauseWithPreInit *C);6207 void OMPClauseWriter::VisitOMPClauseWithPreInit(OMPClauseWithPreInit *C) { in VisitOMPClauseWithPreInit()
11502 void VisitOMPClauseWithPreInit(OMPClauseWithPreInit *C);11824 void OMPClauseReader::VisitOMPClauseWithPreInit(OMPClauseWithPreInit *C) { in VisitOMPClauseWithPreInit()
2289 void VisitOMPClauseWithPreInit(const OMPClauseWithPreInit *C);2294 const OMPClauseWithPreInit *C) { in VisitOMPClauseWithPreInit()
49 if (const auto *CPI = OMPClauseWithPreInit::get(C)) { in emitPreInitStmt()217 if (const auto *CPI = OMPClauseWithPreInit::get(C)) { in OMPSimdLexicalScope()
4758 SmallVector<const OMPClauseWithPreInit *, 4> PICs; in ActOnOpenMPRegionEnd()4791 if (auto *C = OMPClauseWithPreInit::get(Clause)) in ActOnOpenMPRegionEnd()4855 for (const clang::OMPClauseWithPreInit *C : PICs) { in ActOnOpenMPRegionEnd()