Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/AST/
H A DOpenMPClause.cpp103 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()
H A DStmtProfile.cpp524 void OMPClauseProfiler::VisitOMPNocontextClause(const OMPNocontextClause *C) { in VisitOMPNocontextClause()
/freebsd/contrib/llvm-project/clang/include/clang/AST/
H A DOpenMPClause.h8285 class OMPNocontextClause final
8303 OMPNocontextClause(Expr *Cond, Stmt *HelperCond, in OMPNocontextClause() function
8312 OMPNocontextClause() : OMPOneStmtClause(), OMPClauseWithPreInit(this) {} in OMPNocontextClause() function
8319 auto Children = const_cast<OMPNocontextClause *>(this)->used_children(); in used_children()
H A DRecursiveASTVisitor.h3546 OMPNocontextClause *C) {
/freebsd/contrib/llvm-project/llvm/include/llvm/Frontend/OpenMP/
H A DOMP.td264 let clangClass = "OMPNocontextClause";
/freebsd/contrib/llvm-project/clang/lib/Serialization/
H A DASTReader.cpp10681 C = new (Context) OMPNocontextClause(); in readClause()
10919 void OMPClauseReader::VisitOMPNocontextClause(OMPNocontextClause *C) { in VisitOMPNocontextClause()
H A DASTWriter.cpp7277 void OMPClauseWriter::VisitOMPNocontextClause(OMPNocontextClause *C) { in VisitOMPNocontextClause()
/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DTreeTransform.h10360 TreeTransform<Derived>::TransformOMPNocontextClause(OMPNocontextClause *C) { in TransformOMPNocontextClause()
H A DSemaOpenMP.cpp16857 return new (getASTContext()) OMPNocontextClause( in ActOnOpenMPNocontextClause()