Searched refs:OMPFromClause (Results 1 – 10 of 10) sorted by relevance
/freebsd/contrib/llvm-project/clang/lib/AST/ |
H A D | OpenMPClause.cpp | 1247 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 D | StmtProfile.cpp | 878 void OMPClauseProfiler::VisitOMPFromClause(const OMPFromClause *C) { in VisitOMPFromClause()
|
/freebsd/contrib/llvm-project/clang/include/clang/AST/ |
H A D | OpenMPClause.h | 7081 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 D | RecursiveASTVisitor.h | 3860 bool RecursiveASTVisitor<Derived>::VisitOMPFromClause(OMPFromClause *C) {
|
/freebsd/contrib/llvm-project/llvm/include/llvm/Frontend/OpenMP/ |
H A D | OMP.td | 174 let clangClass = "OMPFromClause";
|
/freebsd/contrib/llvm-project/clang/lib/Serialization/ |
H A D | ASTReader.cpp | 10669 C = OMPFromClause::CreateEmpty(Context, Sizes); in readClause() 11532 void OMPClauseReader::VisitOMPFromClause(OMPFromClause *C) { in VisitOMPFromClause()
|
H A D | ASTWriter.cpp | 7650 void OMPClauseWriter::VisitOMPFromClause(OMPFromClause *C) { in VisitOMPFromClause()
|
/freebsd/contrib/llvm-project/clang/lib/Sema/ |
H A D | TreeTransform.h | 10975 OMPClause *TreeTransform<Derived>::TransformOMPFromClause(OMPFromClause *C) { in TransformOMPFromClause() 10981 if (transformOMPMappableExprListClause<Derived, OMPFromClause>( in TransformOMPFromClause()
|
H A D | SemaOpenMP.cpp | 13021 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 D | CGOpenMPRuntime.cpp | 7865 const auto *C = dyn_cast<OMPFromClause>(Cl); in generateAllInfoForClauses()
|