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()527 class OMPIfClause : public OMPClause, public OMPClauseWithPreInit {575 OMPClauseWithPreInit(this), LParenLoc(LParenLoc), Condition(Cond), in OMPIfClause()584 OMPClauseWithPreInit(this) {} in OMPIfClause()630 public OMPClauseWithPreInit {[all …]
506 bool VisitOMPClauseWithPreInit(OMPClauseWithPreInit *Node);3265 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()
7085 void VisitOMPClauseWithPreInit(OMPClauseWithPreInit *C);7102 void OMPClauseWriter::VisitOMPClauseWithPreInit(OMPClauseWithPreInit *C) { in VisitOMPClauseWithPreInit()
10435 void VisitOMPClauseWithPreInit(OMPClauseWithPreInit *C);10787 void OMPClauseReader::VisitOMPClauseWithPreInit(OMPClauseWithPreInit *C) { in VisitOMPClauseWithPreInit()
54 if (const auto *CPI = OMPClauseWithPreInit::get(C)) { in emitPreInitStmt()244 if (const auto *CPI = OMPClauseWithPreInit::get(C)) { in OMPSimdLexicalScope()
4616 SmallVector<const OMPClauseWithPreInit *, 4> PICs; in ActOnOpenMPRegionEnd()4645 if (auto *C = OMPClauseWithPreInit::get(Clause)) in ActOnOpenMPRegionEnd()4709 for (const clang::OMPClauseWithPreInit *C : PICs) { in ActOnOpenMPRegionEnd()