Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/AST/
H A DOpenMPClause.cpp1216 OMPToClause *OMPToClause::Create( in Create()
1246 auto *Clause = new (Mem) OMPToClause(MotionModifiers, MotionModifiersLoc, in Create()
1255 OMPToClause *OMPToClause::CreateEmpty(const ASTContext &C, in CreateEmpty()
1263 return new (Mem) OMPToClause(Sizes); in CreateEmpty()
2579 void OMPClausePrinter::VisitOMPToClause(OMPToClause *Node) { in VisitOMPToClause()
H A DStmtProfile.cpp903 void OMPClauseProfiler::VisitOMPToClause(const OMPToClause *C) { in VisitOMPToClause()
/freebsd/contrib/llvm-project/clang/include/clang/AST/
H A DOpenMPClause.h7467 class OMPToClause final : public OMPMappableExprListClause<OMPToClause>,
7469 OMPToClause, Expr *, ValueDecl *, unsigned,
7501 explicit OMPToClause(ArrayRef<OpenMPMotionModifierKind> TheMotionModifiers, in OMPToClause() function
7526 explicit OMPToClause(const OMPMappableExprListSizeTy &Sizes) in OMPToClause() function
7584 static OMPToClause *Create(const ASTContext &C, const OMPVarListLocTy &Locs,
7602 static OMPToClause *CreateEmpty(const ASTContext &C,
7643 auto Children = const_cast<OMPToClause *>(this)->children(); in children()
H A DRecursiveASTVisitor.h3963 bool RecursiveASTVisitor<Derived>::VisitOMPToClause(OMPToClause *C) {
/freebsd/contrib/llvm-project/llvm/include/llvm/Frontend/OpenMP/
H A DOMP.td513 let clangClass = "OMPToClause";
/freebsd/contrib/llvm-project/clang/lib/Serialization/
H A DASTReader.cpp11325 C = OMPToClause::CreateEmpty(Context, Sizes); in readClause()
12207 void OMPClauseReader::VisitOMPToClause(OMPToClause *C) { in VisitOMPToClause()
H A DASTWriter.cpp8343 void OMPClauseWriter::VisitOMPToClause(OMPToClause *C) { in VisitOMPToClause()
/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DTreeTransform.h11488 OMPClause *TreeTransform<Derived>::TransformOMPToClause(OMPToClause *C) { in TransformOMPToClause()
11494 if (transformOMPMappableExprListClause<Derived, OMPToClause>( in TransformOMPToClause()
H A DSemaOpenMP.cpp13122 if (auto *TC = dyn_cast<OMPToClause>(C)) in isClauseMappable()
23325 return OMPToClause::Create( in ActOnOpenMPToClause()
/freebsd/contrib/llvm-project/clang/lib/CodeGen/
H A DCGOpenMPRuntime.cpp8105 const auto *C = dyn_cast<OMPToClause>(Cl); in generateAllInfoForClauses()