Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang/lib/AST/
H A DOpenMPClause.cpp104 return static_cast<const OMPFilterClause *>(C); in get()
2394 void OMPClausePrinter::VisitOMPFilterClause(OMPFilterClause *Node) { in VisitOMPFilterClause()
H A DStmtProfile.cpp590 void OMPClauseProfiler::VisitOMPFilterClause(const OMPFilterClause *C) { in VisitOMPFilterClause()
/llvm-project-15.0.7/clang/include/clang/AST/
H A DOpenMPClause.h8578 class OMPFilterClause final : public OMPClause, public OMPClauseWithPreInit {
8603 OMPFilterClause(Expr *ThreadID, Stmt *HelperE, in OMPFilterClause() function
8612 OMPFilterClause() in OMPFilterClause() function
H A DRecursiveASTVisitor.h3826 bool RecursiveASTVisitor<Derived>::VisitOMPFilterClause(OMPFilterClause *C) {
/llvm-project-15.0.7/llvm/include/llvm/Frontend/OpenMP/
H A DOMP.td389 let clangClass = "OMPFilterClause";
/llvm-project-15.0.7/clang/lib/CodeGen/
H A DCGStmtOpenMP.cpp4247 if (const auto *FilterClause = S.getSingleClause<OMPFilterClause>()) in emitMasked()
4260 if (const auto *FilterClause = S.getSingleClause<OMPFilterClause>()) in EmitOMPMaskedDirective()
/llvm-project-15.0.7/clang/lib/Serialization/
H A DASTReader.cpp11800 C = new (Context) OMPFilterClause(); in readClause()
12832 void OMPClauseReader::VisitOMPFilterClause(OMPFilterClause *C) { in VisitOMPFilterClause()
H A DASTWriter.cpp6385 void OMPClauseWriter::VisitOMPFilterClause(OMPFilterClause *C) { in VisitOMPFilterClause()
/llvm-project-15.0.7/clang/tools/libclang/
H A DCIndex.cpp2415 void OMPClauseEnqueue::VisitOMPFilterClause(const OMPFilterClause *C) { in VisitOMPFilterClause()
/llvm-project-15.0.7/clang/lib/Sema/
H A DTreeTransform.h9738 TreeTransform<Derived>::TransformOMPFilterClause(OMPFilterClause *C) { in TransformOMPFilterClause()
H A DSemaOpenMP.cpp17472 return new (Context) OMPFilterClause(ValExpr, HelperValStmt, CaptureRegion, in ActOnOpenMPFilterClause()