Searched refs:OMPClauseWithPreInit (Results 1 – 8 of 8) sorted by relevance
195 class OMPClauseWithPreInit {584 OMPClauseWithPreInit(this) {} in OMPIfClause()630 public OMPClauseWithPreInit {650 OMPClauseWithPreInit(this) { in OMPFinalClause()676 public OMPClauseWithPreInit {697 OMPClauseWithPreInit(this) { in OMPNumThreadsClause()1758 OMPClauseWithPreInit(this) { in OMPScheduleClause()2714 public OMPClauseWithPreInit,8200 public OMPClauseWithPreInit {8247 public OMPClauseWithPreInit {[all …]
504 bool VisitOMPClauseWithPreInit(OMPClauseWithPreInit *Node);3195 OMPClauseWithPreInit *Node) {
59 OMPClauseWithPreInit *OMPClauseWithPreInit::get(OMPClause *C) { in get()60 auto *Res = OMPClauseWithPreInit::get(const_cast<const OMPClause *>(C)); in get()61 return Res ? const_cast<OMPClauseWithPreInit *>(Res) : nullptr; in get()64 const OMPClauseWithPreInit *OMPClauseWithPreInit::get(const OMPClause *C) { in get()
440 void VistOMPClauseWithPreInit(const OMPClauseWithPreInit *C);445 const OMPClauseWithPreInit *C) { in VistOMPClauseWithPreInit()
6500 void VisitOMPClauseWithPreInit(OMPClauseWithPreInit *C);6517 void OMPClauseWriter::VisitOMPClauseWithPreInit(OMPClauseWithPreInit *C) { in VisitOMPClauseWithPreInit()
10239 void VisitOMPClauseWithPreInit(OMPClauseWithPreInit *C);10588 void OMPClauseReader::VisitOMPClauseWithPreInit(OMPClauseWithPreInit *C) { in VisitOMPClauseWithPreInit()
50 if (const auto *CPI = OMPClauseWithPreInit::get(C)) { in emitPreInitStmt()218 if (const auto *CPI = OMPClauseWithPreInit::get(C)) { in OMPSimdLexicalScope()
4829 SmallVector<const OMPClauseWithPreInit *, 4> PICs; in ActOnOpenMPRegionEnd()4862 if (auto *C = OMPClauseWithPreInit::get(Clause)) in ActOnOpenMPRegionEnd()4926 for (const clang::OMPClauseWithPreInit *C : PICs) { in ActOnOpenMPRegionEnd()