Home
last modified time | relevance | path

Searched refs:OMPNocontextClause (Results 1 – 10 of 10) sorted by relevance

/openbsd/gnu/llvm/clang/lib/AST/
H A DOpenMPClause.cpp103 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()
H A DStmtProfile.cpp508 void OMPClauseProfiler::VisitOMPNocontextClause(const OMPNocontextClause *C) { in VisitOMPNocontextClause()
/openbsd/gnu/llvm/clang/include/clang/AST/
H A DOpenMPClause.h8149 class OMPNocontextClause final
8167 OMPNocontextClause(Expr *Cond, Stmt *HelperCond, in OMPNocontextClause() function
8176 OMPNocontextClause() : OMPOneStmtClause(), OMPClauseWithPreInit(this) {} in OMPNocontextClause() function
8183 auto Children = const_cast<OMPNocontextClause *>(this)->used_children(); in used_children()
H A DRecursiveASTVisitor.h3455 OMPNocontextClause *C) {
/openbsd/gnu/llvm/llvm/include/llvm/Frontend/OpenMP/
H A DOMP.td375 let clangClass = "OMPNocontextClause";
/openbsd/gnu/llvm/clang/lib/Serialization/
H A DASTReader.cpp10255 C = new (Context) OMPNocontextClause(); in readClause()
10469 void OMPClauseReader::VisitOMPNocontextClause(OMPNocontextClause *C) { in VisitOMPNocontextClause()
H A DASTWriter.cpp6551 void OMPClauseWriter::VisitOMPNocontextClause(OMPNocontextClause *C) { in VisitOMPNocontextClause()
/openbsd/gnu/llvm/clang/tools/libclang/
H A DCIndex.cpp2419 void OMPClauseEnqueue::VisitOMPNocontextClause(const OMPNocontextClause *C) { in VisitOMPNocontextClause()
/openbsd/gnu/llvm/clang/lib/Sema/
H A DTreeTransform.h9849 TreeTransform<Derived>::TransformOMPNocontextClause(OMPNocontextClause *C) { in TransformOMPNocontextClause()
H A DSemaOpenMP.cpp17731 return new (Context) OMPNocontextClause(ValExpr, HelperValStmt, CaptureRegion, in ActOnOpenMPNocontextClause()