Searched refs:OMPClauseWithPreInit (Results 1 – 10 of 10) sorted by relevance
99 class OMPClauseWithPreInit {296 OMPClauseWithPreInit(this) {} in OMPIfClause()417 OMPClauseWithPreInit(this) {} in OMPNumThreadsClause()1069 OMPClauseWithPreInit(this) { in OMPScheduleClause()1537 public OMPClauseWithPreInit,1553 OMPClauseWithPreInit(this) {} in OMPFirstprivateClause()1562 OMPClauseWithPreInit(this) {} in OMPFirstprivateClause()3465 OMPClauseWithPreInit(this) {} in OMPDeviceClause()4313 OMPClauseWithPreInit(this) {} in OMPNumTeamsClause()4378 OMPClauseWithPreInit(this) {} in OMPThreadLimitClause()[all …]
537 bool VisitOMPClauseWithPreInit(OMPClauseWithPreInit *Node);2803 OMPClauseWithPreInit *Node) {
39 OMPClauseWithPreInit *OMPClauseWithPreInit::get(OMPClause *C) { in get()40 auto *Res = OMPClauseWithPreInit::get(const_cast<const OMPClause *>(C)); in get()41 return Res ? const_cast<OMPClauseWithPreInit *>(Res) : nullptr; in get()44 const OMPClauseWithPreInit *OMPClauseWithPreInit::get(const OMPClause *C) { in get()
417 void VistOMPClauseWithPreInit(const OMPClauseWithPreInit *C);422 const OMPClauseWithPreInit *C) { in VistOMPClauseWithPreInit()
1005 void VisitOMPClauseWithPreInit(OMPClauseWithPreInit *C);
2692 void VisitOMPClauseWithPreInit(OMPClauseWithPreInit *C);
32 if (const auto *CPI = OMPClauseWithPreInit::get(C)) { in emitPreInitStmt()160 if (const auto *CPI = OMPClauseWithPreInit::get(C)) { in OMPSimdLexicalScope()
2933 SmallVector<const OMPClauseWithPreInit *, 4> PICs; in ActOnOpenMPRegionEnd()2960 if (auto *C = OMPClauseWithPreInit::get(Clause)) in ActOnOpenMPRegionEnd()3012 for (const clang::OMPClauseWithPreInit *C : PICs) { in ActOnOpenMPRegionEnd()
6482 void OMPClauseWriter::VisitOMPClauseWithPreInit(OMPClauseWithPreInit *C) { in VisitOMPClauseWithPreInit()
11864 void OMPClauseReader::VisitOMPClauseWithPreInit(OMPClauseWithPreInit *C) { in VisitOMPClauseWithPreInit()