Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/AST/
H A DOpenMPClause.cpp1247 OMPFromClause *OMPFromClause::Create( in Create()
1278 new (Mem) OMPFromClause(MotionModifiers, MotionModifiersLoc, in Create()
1287 OMPFromClause *
1288 OMPFromClause::CreateEmpty(const ASTContext &C, in CreateEmpty()
1296 return new (Mem) OMPFromClause(Sizes); in CreateEmpty()
2389 void OMPClausePrinter::VisitOMPFromClause(OMPFromClause *Node) { in VisitOMPFromClause()
H A DStmtProfile.cpp878 void OMPClauseProfiler::VisitOMPFromClause(const OMPFromClause *C) { in VisitOMPFromClause()
/freebsd/contrib/llvm-project/clang/include/clang/AST/
H A DOpenMPClause.h7081 class OMPFromClause final
7082 : public OMPMappableExprListClause<OMPFromClause>,
7084 OMPFromClause, Expr *, ValueDecl *, unsigned,
7116 explicit OMPFromClause(ArrayRef<OpenMPMotionModifierKind> TheMotionModifiers, in OMPFromClause() function
7141 explicit OMPFromClause(const OMPMappableExprListSizeTy &Sizes) in OMPFromClause() function
7199 static OMPFromClause *
7216 static OMPFromClause *CreateEmpty(const ASTContext &C,
7257 auto Children = const_cast<OMPFromClause *>(this)->children(); in children()
H A DRecursiveASTVisitor.h3860 bool RecursiveASTVisitor<Derived>::VisitOMPFromClause(OMPFromClause *C) {
/freebsd/contrib/llvm-project/llvm/include/llvm/Frontend/OpenMP/
H A DOMP.td174 let clangClass = "OMPFromClause";
/freebsd/contrib/llvm-project/clang/lib/Serialization/
H A DASTReader.cpp10669 C = OMPFromClause::CreateEmpty(Context, Sizes); in readClause()
11532 void OMPClauseReader::VisitOMPFromClause(OMPFromClause *C) { in VisitOMPFromClause()
H A DASTWriter.cpp7650 void OMPClauseWriter::VisitOMPFromClause(OMPFromClause *C) { in VisitOMPFromClause()
/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DTreeTransform.h10975 OMPClause *TreeTransform<Derived>::TransformOMPFromClause(OMPFromClause *C) { in TransformOMPFromClause()
10981 if (transformOMPMappableExprListClause<Derived, OMPFromClause>( in TransformOMPFromClause()
H A DSemaOpenMP.cpp13021 else if (auto *FC = dyn_cast<OMPFromClause>(C)) in isClauseMappable()
22445 return OMPFromClause::Create( in ActOnOpenMPFromClause()
/freebsd/contrib/llvm-project/clang/lib/CodeGen/
H A DCGOpenMPRuntime.cpp7865 const auto *C = dyn_cast<OMPFromClause>(Cl); in generateAllInfoForClauses()