Searched refs:OMPClauseWithPreInit (Results 1 – 8 of 8) sorted by relevance
195 class OMPClauseWithPreInit {205 OMPClauseWithPreInit(const OMPClause *This) { in OMPClauseWithPreInit() function227 static OMPClauseWithPreInit *get(OMPClause *C);228 static const OMPClauseWithPreInit *get(const OMPClause *C);233 class OMPClauseWithPostUpdate : public OMPClauseWithPreInit {240 OMPClauseWithPostUpdate(const OMPClause *This) : OMPClauseWithPreInit(This) { in OMPClauseWithPostUpdate()676 class OMPIfClause : public OMPClause, public OMPClauseWithPreInit {724 OMPClauseWithPreInit(this), LParenLoc(LParenLoc), Condition(Cond), in OMPIfClause()733 OMPClauseWithPreInit(this) {} in OMPIfClause()779 public OMPClauseWithPreInit {[all …]
508 bool VisitOMPClauseWithPreInit(OMPClauseWithPreInit *Node);3323 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()
444 void VistOMPClauseWithPreInit(const OMPClauseWithPreInit *C);449 const OMPClauseWithPreInit *C) { in VistOMPClauseWithPreInit()
7757 void VisitOMPClauseWithPreInit(OMPClauseWithPreInit *C);7774 void OMPClauseWriter::VisitOMPClauseWithPreInit(OMPClauseWithPreInit *C) { in VisitOMPClauseWithPreInit()
11067 void VisitOMPClauseWithPreInit(OMPClauseWithPreInit *C);11452 void OMPClauseReader::VisitOMPClauseWithPreInit(OMPClauseWithPreInit *C) { in VisitOMPClauseWithPreInit()
58 if (const auto *CPI = OMPClauseWithPreInit::get(C)) { in emitPreInitStmt()250 if (const auto *CPI = OMPClauseWithPreInit::get(C)) { in OMPSimdLexicalScope()
4613 SmallVector<const OMPClauseWithPreInit *, 4> PICs; in ActOnOpenMPRegionEnd()4642 if (auto *C = OMPClauseWithPreInit::get(Clause)) in ActOnOpenMPRegionEnd()4707 for (const clang::OMPClauseWithPreInit *C : PICs) { in ActOnOpenMPRegionEnd()