Searched refs:OMPClauseWithPreInit (Results 1 – 9 of 9) 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 …]
500 bool VisitOMPClauseWithPreInit(OMPClauseWithPreInit *Node);3184 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()
424 void VistOMPClauseWithPreInit(const OMPClauseWithPreInit *C);429 const OMPClauseWithPreInit *C) { in VistOMPClauseWithPreInit()
6362 void VisitOMPClauseWithPreInit(OMPClauseWithPreInit *C);6379 void OMPClauseWriter::VisitOMPClauseWithPreInit(OMPClauseWithPreInit *C) { in VisitOMPClauseWithPreInit()
9960 void VisitOMPClauseWithPreInit(OMPClauseWithPreInit *C);10294 void OMPClauseReader::VisitOMPClauseWithPreInit(OMPClauseWithPreInit *C) { in VisitOMPClauseWithPreInit()
2297 void VisitOMPClauseWithPreInit(const OMPClauseWithPreInit *C);2302 const OMPClauseWithPreInit *C) { in VisitOMPClauseWithPreInit()
50 if (const auto *CPI = OMPClauseWithPreInit::get(C)) { in emitPreInitStmt()218 if (const auto *CPI = OMPClauseWithPreInit::get(C)) { in OMPSimdLexicalScope()
4814 SmallVector<const OMPClauseWithPreInit *, 4> PICs; in ActOnOpenMPRegionEnd()4847 if (auto *C = OMPClauseWithPreInit::get(Clause)) in ActOnOpenMPRegionEnd()4911 for (const clang::OMPClauseWithPreInit *C : PICs) { in ActOnOpenMPRegionEnd()