Searched refs:OMPClauseWithPreInit (Results 1 – 9 of 9) sorted by relevance
111 class OMPClauseWithPreInit {121 OMPClauseWithPreInit(const OMPClause *This) { in OMPClauseWithPreInit() function143 static OMPClauseWithPreInit *get(OMPClause *C);144 static const OMPClauseWithPreInit *get(const OMPClause *C);149 class OMPClauseWithPostUpdate : public OMPClauseWithPreInit {156 OMPClauseWithPostUpdate(const OMPClause *This) : OMPClauseWithPreInit(This) { in OMPClauseWithPostUpdate()429 class OMPIfClause : public OMPClause, public OMPClauseWithPreInit {477 OMPClauseWithPreInit(this), LParenLoc(LParenLoc), Condition(Cond), in OMPIfClause()486 OMPClauseWithPreInit(this) {} in OMPIfClause()530 class OMPFinalClause : public OMPClause, public OMPClauseWithPreInit {[all …]
504 bool VisitOMPClauseWithPreInit(OMPClauseWithPreInit *Node);3016 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()
420 void VistOMPClauseWithPreInit(const OMPClauseWithPreInit *C);425 const OMPClauseWithPreInit *C) { in VistOMPClauseWithPreInit()
5995 void VisitOMPClauseWithPreInit(OMPClauseWithPreInit *C);6012 void OMPClauseWriter::VisitOMPClauseWithPreInit(OMPClauseWithPreInit *C) { in VisitOMPClauseWithPreInit()
11690 void VisitOMPClauseWithPreInit(OMPClauseWithPreInit *C);11988 void OMPClauseReader::VisitOMPClauseWithPreInit(OMPClauseWithPreInit *C) { in VisitOMPClauseWithPreInit()
44 if (const auto *CPI = OMPClauseWithPreInit::get(C)) { in emitPreInitStmt()211 if (const auto *CPI = OMPClauseWithPreInit::get(C)) { in OMPSimdLexicalScope()
2184 void VisitOMPClauseWithPreInit(const OMPClauseWithPreInit *C);2189 const OMPClauseWithPreInit *C) { in VisitOMPClauseWithPreInit()
4477 SmallVector<const OMPClauseWithPreInit *, 4> PICs; in ActOnOpenMPRegionEnd()4509 if (auto *C = OMPClauseWithPreInit::get(Clause)) in ActOnOpenMPRegionEnd()4573 for (const clang::OMPClauseWithPreInit *C : PICs) { in ActOnOpenMPRegionEnd()