Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang/lib/AST/
H A DOpenMPClause.cpp96 return static_cast<const OMPFinalClause *>(C); in get()
307 OMPClause::child_range OMPFinalClause::used_children() { in used_children()
1671 void OMPClausePrinter::VisitOMPFinalClause(OMPFinalClause *Node) { in VisitOMPFinalClause()
H A DStmtProfile.cpp447 void OMPClauseProfiler::VisitOMPFinalClause(const OMPFinalClause *C) { in VisitOMPFinalClause()
/llvm-project-15.0.7/clang/include/clang/AST/
H A DOpenMPClause.h606 class OMPFinalClause : public OMPClause, public OMPClauseWithPreInit {
628 OMPFinalClause(Expr *Cond, Stmt *HelperCond, in OMPFinalClause() function
637 OMPFinalClause() in OMPFinalClause() function
658 auto Children = const_cast<OMPFinalClause *>(this)->used_children(); in used_children()
H A DRecursiveASTVisitor.h3217 bool RecursiveASTVisitor<Derived>::VisitOMPFinalClause(OMPFinalClause *C) {
/llvm-project-15.0.7/llvm/include/llvm/Frontend/OpenMP/
H A DOMP.td43 let clangClass = "OMPFinalClause";
/llvm-project-15.0.7/clang/lib/Serialization/
H A DASTReader.cpp11519 C = new (Context) OMPFinalClause(); in readClause()
11843 void OMPClauseReader::VisitOMPFinalClause(OMPFinalClause *C) { in VisitOMPFinalClause()
H A DASTWriter.cpp6226 void OMPClauseWriter::VisitOMPFinalClause(OMPFinalClause *C) { in VisitOMPFinalClause()
/llvm-project-15.0.7/clang/tools/libclang/
H A DCIndex.cpp2309 void OMPClauseEnqueue::VisitOMPFinalClause(const OMPFinalClause *C) { in VisitOMPFinalClause()
/llvm-project-15.0.7/clang/lib/CodeGen/
H A DCGStmtOpenMP.cpp4538 if (const auto *Clause = S.getSingleClause<OMPFinalClause>()) { in EmitOMPTaskBasedDirective()
/llvm-project-15.0.7/clang/lib/Sema/
H A DTreeTransform.h9404 OMPClause *TreeTransform<Derived>::TransformOMPFinalClause(OMPFinalClause *C) { in TransformOMPFinalClause()
H A DSemaOpenMP.cpp16132 return new (Context) OMPFinalClause(ValExpr, HelperValStmt, CaptureRegion, in ActOnOpenMPFinalClause()