Searched refs:OMPNocontextClause (Results 1 – 9 of 9) sorted by relevance
103 return static_cast<const OMPNocontextClause *>(C); in get()337 OMPClause::child_range OMPNocontextClause::used_children() { in used_children()2074 void OMPClausePrinter::VisitOMPNocontextClause(OMPNocontextClause *Node) { in VisitOMPNocontextClause()
524 void OMPClauseProfiler::VisitOMPNocontextClause(const OMPNocontextClause *C) { in VisitOMPNocontextClause()
8285 class OMPNocontextClause final8303 OMPNocontextClause(Expr *Cond, Stmt *HelperCond, in OMPNocontextClause() function8312 OMPNocontextClause() : OMPOneStmtClause(), OMPClauseWithPreInit(this) {} in OMPNocontextClause() function8319 auto Children = const_cast<OMPNocontextClause *>(this)->used_children(); in used_children()
3546 OMPNocontextClause *C) {
264 let clangClass = "OMPNocontextClause";
10681 C = new (Context) OMPNocontextClause(); in readClause()10919 void OMPClauseReader::VisitOMPNocontextClause(OMPNocontextClause *C) { in VisitOMPNocontextClause()
7277 void OMPClauseWriter::VisitOMPNocontextClause(OMPNocontextClause *C) { in VisitOMPNocontextClause()
10360 TreeTransform<Derived>::TransformOMPNocontextClause(OMPNocontextClause *C) { in TransformOMPNocontextClause()
16857 return new (getASTContext()) OMPNocontextClause( in ActOnOpenMPNocontextClause()