Searched refs:OMPNocontextClause (Results 1 – 10 of 10) sorted by relevance
103 return static_cast<const OMPNocontextClause *>(C); in get()334 OMPClause::child_range OMPNocontextClause::used_children() { in used_children()2011 void OMPClausePrinter::VisitOMPNocontextClause(OMPNocontextClause *Node) { in VisitOMPNocontextClause()
508 void OMPClauseProfiler::VisitOMPNocontextClause(const OMPNocontextClause *C) { in VisitOMPNocontextClause()
8149 class OMPNocontextClause final8167 OMPNocontextClause(Expr *Cond, Stmt *HelperCond, in OMPNocontextClause() function8176 OMPNocontextClause() : OMPOneStmtClause(), OMPClauseWithPreInit(this) {} in OMPNocontextClause() function8183 auto Children = const_cast<OMPNocontextClause *>(this)->used_children(); in used_children()
3455 OMPNocontextClause *C) {
375 let clangClass = "OMPNocontextClause";
10255 C = new (Context) OMPNocontextClause(); in readClause()10469 void OMPClauseReader::VisitOMPNocontextClause(OMPNocontextClause *C) { in VisitOMPNocontextClause()
6551 void OMPClauseWriter::VisitOMPNocontextClause(OMPNocontextClause *C) { in VisitOMPNocontextClause()
2419 void OMPClauseEnqueue::VisitOMPNocontextClause(const OMPNocontextClause *C) { in VisitOMPNocontextClause()
9849 TreeTransform<Derived>::TransformOMPNocontextClause(OMPNocontextClause *C) { in TransformOMPNocontextClause()
17731 return new (Context) OMPNocontextClause(ValExpr, HelperValStmt, CaptureRegion, in ActOnOpenMPNocontextClause()