Searched refs:OMPFinalClause (Results 1 - 9 of 9) sorted by relevance

/freebsd-11-stable/contrib/llvm-project/clang/lib/AST/
H A DOpenMPClause.cpp93 return static_cast<const OMPFinalClause *>(C);
256 OMPClause::child_range OMPFinalClause::used_children() {
1199 void OMPClausePrinter::VisitOMPFinalClause(OMPFinalClause *Node) {
H A DStmtProfile.cpp442 void OMPClauseProfiler::VisitOMPFinalClause(const OMPFinalClause *C) {
/freebsd-11-stable/contrib/llvm-project/clang/include/clang/AST/
H A DOpenMPClause.h525 class OMPFinalClause : public OMPClause, public OMPClauseWithPreInit { class in namespace:clang
547 OMPFinalClause(Expr *Cond, Stmt *HelperCond, function in class:clang::OMPFinalClause
556 OMPFinalClause() function in class:clang::OMPFinalClause
577 auto Children = const_cast<OMPFinalClause *>(this)->used_children();
H A DRecursiveASTVisitor.h2996 bool RecursiveASTVisitor<Derived>::VisitOMPFinalClause(OMPFinalClause *C) {
/freebsd-11-stable/contrib/llvm-project/clang/lib/Serialization/
H A DASTWriter.cpp6067 void OMPClauseWriter::VisitOMPFinalClause(OMPFinalClause *C) {
H A DASTReader.cpp11527 C = new (Context) OMPFinalClause();
11753 void OMPClauseReader::VisitOMPFinalClause(OMPFinalClause *C) {
/freebsd-11-stable/contrib/llvm-project/clang/lib/CodeGen/
H A DCGStmtOpenMP.cpp3117 if (const auto *Clause = S.getSingleClause<OMPFinalClause>()) {
/freebsd-11-stable/contrib/llvm-project/clang/lib/Sema/
H A DTreeTransform.h8639 OMPClause *TreeTransform<Derived>::TransformOMPFinalClause(OMPFinalClause *C) {
H A DSemaOpenMP.cpp11569 return new (Context) OMPFinalClause(ValExpr, HelperValStmt, CaptureRegion,

Completed in 405 milliseconds