Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/AST/
H A DOpenMPClause.cpp104 return static_cast<const OMPFilterClause *>(C); in get()
2709 void OMPClausePrinter::VisitOMPFilterClause(OMPFilterClause *Node) { in VisitOMPFilterClause()
H A DStmtProfile.cpp649 void OMPClauseProfiler::VisitOMPFilterClause(const OMPFilterClause *C) { in VisitOMPFilterClause()
/freebsd/contrib/llvm-project/clang/include/clang/AST/
H A DOpenMPClause.h9319 class OMPFilterClause final
9337 OMPFilterClause(Expr *ThreadID, Stmt *HelperE, in OMPFilterClause() function
9346 OMPFilterClause() : OMPOneStmtClause(), OMPClauseWithPreInit(this) {} in OMPFilterClause() function
H A DRecursiveASTVisitor.h4044 bool RecursiveASTVisitor<Derived>::VisitOMPFilterClause(OMPFilterClause *C) {
/freebsd/contrib/llvm-project/llvm/include/llvm/Frontend/OpenMP/
H A DOMP.td193 let clangClass = "OMPFilterClause";
/freebsd/contrib/llvm-project/clang/lib/CodeGen/
H A DCGStmtOpenMP.cpp4543 if (const auto *FilterClause = S.getSingleClause<OMPFilterClause>()) in emitMasked()
4556 if (const auto *FilterClause = S.getSingleClause<OMPFilterClause>()) in EmitOMPMaskedDirective()
/freebsd/contrib/llvm-project/clang/lib/Serialization/
H A DASTReader.cpp11413 C = new (Context) OMPFilterClause(); in readClause()
12567 void OMPClauseReader::VisitOMPFilterClause(OMPFilterClause *C) { in VisitOMPFilterClause()
H A DASTWriter.cpp8001 void OMPClauseWriter::VisitOMPFilterClause(OMPFilterClause *C) { in VisitOMPFilterClause()
/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DTreeTransform.h10873 TreeTransform<Derived>::TransformOMPFilterClause(OMPFilterClause *C) { in TransformOMPFilterClause()
H A DSemaOpenMP.cpp17472 return new (getASTContext()) OMPFilterClause( in ActOnOpenMPFilterClause()