Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/clang/lib/AST/
H A DOpenMPClause.cpp1197 OMPToClause *OMPToClause::Create( in Create()
1227 auto *Clause = new (Mem) OMPToClause(MotionModifiers, MotionModifiersLoc, in Create()
1236 OMPToClause *OMPToClause::CreateEmpty(const ASTContext &C, in CreateEmpty()
1244 return new (Mem) OMPToClause(Sizes); in CreateEmpty()
2383 void OMPClausePrinter::VisitOMPToClause(OMPToClause *Node) { in VisitOMPToClause()
H A DStmtProfile.cpp873 void OMPClauseProfiler::VisitOMPToClause(const OMPToClause *C) { in VisitOMPToClause()
/freebsd-14.2/contrib/llvm-project/clang/include/clang/AST/
H A DOpenMPClause.h6841 class OMPToClause final : public OMPMappableExprListClause<OMPToClause>,
6843 OMPToClause, Expr *, ValueDecl *, unsigned,
6875 explicit OMPToClause(ArrayRef<OpenMPMotionModifierKind> TheMotionModifiers, in OMPToClause() function
6900 explicit OMPToClause(const OMPMappableExprListSizeTy &Sizes) in OMPToClause() function
6958 static OMPToClause *Create(const ASTContext &C, const OMPVarListLocTy &Locs,
6976 static OMPToClause *CreateEmpty(const ASTContext &C,
7017 auto Children = const_cast<OMPToClause *>(this)->children(); in children()
H A DRecursiveASTVisitor.h3779 bool RecursiveASTVisitor<Derived>::VisitOMPToClause(OMPToClause *C) {
/freebsd-14.2/contrib/llvm-project/llvm/include/llvm/Frontend/OpenMP/
H A DOMP.td290 let clangClass = "OMPToClause";
/freebsd-14.2/contrib/llvm-project/clang/lib/Serialization/
H A DASTReader.cpp10461 C = OMPToClause::CreateEmpty(Context, Sizes); in readClause()
11275 void OMPClauseReader::VisitOMPToClause(OMPToClause *C) { in VisitOMPToClause()
H A DASTWriter.cpp7033 void OMPClauseWriter::VisitOMPToClause(OMPToClause *C) { in VisitOMPToClause()
/freebsd-14.2/contrib/llvm-project/clang/lib/Sema/
H A DTreeTransform.h10624 OMPClause *TreeTransform<Derived>::TransformOMPToClause(OMPToClause *C) { in TransformOMPToClause()
10630 if (transformOMPMappableExprListClause<Derived, OMPToClause>( in TransformOMPToClause()
H A DSemaOpenMP.cpp13384 if (auto *TC = dyn_cast<OMPToClause>(C)) in isClauseMappable()
23565 return OMPToClause::Create( in ActOnOpenMPToClause()
/freebsd-14.2/contrib/llvm-project/clang/lib/CodeGen/
H A DCGOpenMPRuntime.cpp7814 const auto *C = dyn_cast<OMPToClause>(Cl); in generateAllInfoForClauses()