Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/clang/lib/AST/
H A DOpenMPClause.cpp105 return static_cast<const OMPFilterClause *>(C); in get()
2513 void OMPClausePrinter::VisitOMPFilterClause(OMPFilterClause *Node) { in VisitOMPFilterClause()
H A DStmtProfile.cpp617 void OMPClauseProfiler::VisitOMPFilterClause(const OMPFilterClause *C) { in VisitOMPFilterClause()
/freebsd-14.2/contrib/llvm-project/clang/include/clang/AST/
H A DOpenMPClause.h8697 class OMPFilterClause final
8715 OMPFilterClause(Expr *ThreadID, Stmt *HelperE, in OMPFilterClause() function
8724 OMPFilterClause() : OMPOneStmtClause(), OMPClauseWithPreInit(this) {} in OMPFilterClause() function
H A DRecursiveASTVisitor.h3860 bool RecursiveASTVisitor<Derived>::VisitOMPFilterClause(OMPFilterClause *C) {
/freebsd-14.2/contrib/llvm-project/llvm/include/llvm/Frontend/OpenMP/
H A DOMP.td432 let clangClass = "OMPFilterClause";
/freebsd-14.2/contrib/llvm-project/clang/lib/CodeGen/
H A DCGStmtOpenMP.cpp4305 if (const auto *FilterClause = S.getSingleClause<OMPFilterClause>()) in emitMasked()
4318 if (const auto *FilterClause = S.getSingleClause<OMPFilterClause>()) in EmitOMPMaskedDirective()
/freebsd-14.2/contrib/llvm-project/clang/lib/Serialization/
H A DASTReader.cpp10549 C = new (Context) OMPFilterClause(); in readClause()
11635 void OMPClauseReader::VisitOMPFilterClause(OMPFilterClause *C) { in VisitOMPFilterClause()
H A DASTWriter.cpp6702 void OMPClauseWriter::VisitOMPFilterClause(OMPFilterClause *C) { in VisitOMPFilterClause()
/freebsd-14.2/contrib/llvm-project/clang/lib/Sema/
H A DTreeTransform.h10035 TreeTransform<Derived>::TransformOMPFilterClause(OMPFilterClause *C) { in TransformOMPFilterClause()
H A DSemaOpenMP.cpp18086 return new (Context) OMPFilterClause(ValExpr, HelperValStmt, CaptureRegion, in ActOnOpenMPFilterClause()