Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/AST/
H A DOpenMPClause.cpp97 return static_cast<const OMPFinalClause *>(C); in get()
319 OMPClause::child_range OMPFinalClause::used_children() { in used_children()
1735 void OMPClausePrinter::VisitOMPFinalClause(OMPFinalClause *Node) { in VisitOMPFinalClause()
H A DStmtProfile.cpp463 void OMPClauseProfiler::VisitOMPFinalClause(const OMPFinalClause *C) { in VisitOMPFinalClause()
/freebsd/contrib/llvm-project/clang/include/clang/AST/
H A DOpenMPClause.h628 class OMPFinalClause final
646 OMPFinalClause(Expr *Cond, Stmt *HelperCond, in OMPFinalClause() function
655 OMPFinalClause() : OMPOneStmtClause(), OMPClauseWithPreInit(this) {} in OMPFinalClause() function
662 auto Children = const_cast<OMPFinalClause *>(this)->used_children(); in used_children()
H A DRecursiveASTVisitor.h3300 bool RecursiveASTVisitor<Derived>::VisitOMPFinalClause(OMPFinalClause *C) {
/freebsd/contrib/llvm-project/llvm/include/llvm/Frontend/OpenMP/
H A DOMP.td162 let clangClass = "OMPFinalClause";
/freebsd/contrib/llvm-project/clang/lib/Serialization/
H A DASTReader.cpp10397 C = new (Context) OMPFinalClause(); in readClause()
10751 void OMPClauseReader::VisitOMPFinalClause(OMPFinalClause *C) { in VisitOMPFinalClause()
H A DASTWriter.cpp7115 void OMPClauseWriter::VisitOMPFinalClause(OMPFinalClause *C) { in VisitOMPFinalClause()
/freebsd/contrib/llvm-project/clang/lib/CodeGen/
H A DCGStmtOpenMP.cpp4663 if (const auto *Clause = S.getSingleClause<OMPFinalClause>()) { in EmitOMPTaskBasedDirective()
/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DTreeTransform.h10024 OMPClause *TreeTransform<Derived>::TransformOMPFinalClause(OMPFinalClause *C) { in TransformOMPFinalClause()
H A DSemaOpenMP.cpp15337 return new (getASTContext()) OMPFinalClause( in ActOnOpenMPFinalClause()