Home
last modified time | relevance | path

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

/freebsd-13-stable/contrib/llvm-project/clang/lib/AST/
HDOpenMPClause.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()
HDStmtProfile.cpp463 void OMPClauseProfiler::VisitOMPFinalClause(const OMPFinalClause *C) { in VisitOMPFinalClause()
/freebsd-13-stable/contrib/llvm-project/clang/include/clang/AST/
HDOpenMPClause.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()
HDRecursiveASTVisitor.h3300 bool RecursiveASTVisitor<Derived>::VisitOMPFinalClause(OMPFinalClause *C) {
/freebsd-13-stable/contrib/llvm-project/llvm/include/llvm/Frontend/OpenMP/
HDOMP.td162 let clangClass = "OMPFinalClause";
/freebsd-13-stable/contrib/llvm-project/clang/lib/Serialization/
HDASTReader.cpp10397 C = new (Context) OMPFinalClause(); in readClause()
10751 void OMPClauseReader::VisitOMPFinalClause(OMPFinalClause *C) { in VisitOMPFinalClause()
HDASTWriter.cpp7115 void OMPClauseWriter::VisitOMPFinalClause(OMPFinalClause *C) { in VisitOMPFinalClause()
/freebsd-13-stable/contrib/llvm-project/clang/lib/CodeGen/
HDCGStmtOpenMP.cpp4663 if (const auto *Clause = S.getSingleClause<OMPFinalClause>()) { in EmitOMPTaskBasedDirective()
/freebsd-13-stable/contrib/llvm-project/clang/lib/Sema/
HDTreeTransform.h10024 OMPClause *TreeTransform<Derived>::TransformOMPFinalClause(OMPFinalClause *C) { in TransformOMPFinalClause()
HDSemaOpenMP.cpp15337 return new (getASTContext()) OMPFinalClause( in ActOnOpenMPFinalClause()