Searched refs:OMPClauseWithPreInit (Results 1 – 8 of 8) sorted by relevance
111 class OMPClauseWithPreInit {486 OMPClauseWithPreInit(this) {} in OMPIfClause()563 OMPClauseWithPreInit(this) {} in OMPFinalClause()635 OMPClauseWithPreInit(this) {} in OMPNumThreadsClause()1618 OMPClauseWithPreInit(this) { in OMPScheduleClause()2472 public OMPClauseWithPreInit,2488 OMPClauseWithPreInit(this) {} in OMPFirstprivateClause()2497 OMPClauseWithPreInit(this) {} in OMPFirstprivateClause()4816 OMPClauseWithPreInit(this) {} in OMPDeviceClause()5871 OMPClauseWithPreInit(this) {} in OMPNumTeamsClause()[all …]
502 bool VisitOMPClauseWithPreInit(OMPClauseWithPreInit *Node);3045 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()
11719 void VisitOMPClauseWithPreInit(OMPClauseWithPreInit *C);12023 void OMPClauseReader::VisitOMPClauseWithPreInit(OMPClauseWithPreInit *C) { in VisitOMPClauseWithPreInit()
44 if (const auto *CPI = OMPClauseWithPreInit::get(C)) { in emitPreInitStmt()213 if (const auto *CPI = OMPClauseWithPreInit::get(C)) { in OMPSimdLexicalScope()
4483 SmallVector<const OMPClauseWithPreInit *, 4> PICs; in ActOnOpenMPRegionEnd()4515 if (auto *C = OMPClauseWithPreInit::get(Clause)) in ActOnOpenMPRegionEnd()4579 for (const clang::OMPClauseWithPreInit *C : PICs) { in ActOnOpenMPRegionEnd()