Searched refs:OMPMapClause (Results 1 – 11 of 11) sorted by relevance
/freebsd/contrib/llvm-project/clang/lib/AST/ |
H A D | OpenMPClause.cpp | 1140 OMPMapClause *OMPMapClause::Create( in Create() 1170 OMPMapClause *Clause = new (Mem) in Create() 1171 OMPMapClause(MapModifiers, MapModifiersLoc, UDMQualifierLoc, MapperId, in Create() 1183 OMPMapClause * 1184 OMPMapClause::CreateEmpty(const ASTContext &C, in CreateEmpty() 1192 OMPMapClause *Clause = new (Mem) OMPMapClause(Sizes); in CreateEmpty() 2331 void OMPClausePrinter::VisitOMPMapClause(OMPMapClause *Node) { in VisitOMPMapClause()
|
H A D | StmtProfile.cpp | 837 void OMPClauseProfiler::VisitOMPMapClause(const OMPMapClause *C) { in VisitOMPMapClause()
|
/freebsd/contrib/llvm-project/clang/include/clang/AST/ |
H A D | OpenMPClause.h | 5870 class OMPMapClause final : public OMPMappableExprListClause<OMPMapClause>, 5872 OMPMapClause, Expr *, ValueDecl *, unsigned, 5935 explicit OMPMapClause(ArrayRef<OpenMPMapModifierKind> MapModifiers, in OMPMapClause() function 5962 explicit OMPMapClause(const OMPMappableExprListSizeTy &Sizes) in OMPMapClause() function 6025 static OMPMapClause * 6045 static OMPMapClause *CreateEmpty(const ASTContext &C, 6105 auto Children = const_cast<OMPMapClause *>(this)->children(); in children() 6116 auto Children = const_cast<OMPMapClause *>(this)->used_children(); in used_children()
|
H A D | RecursiveASTVisitor.h | 3788 bool RecursiveASTVisitor<Derived>::VisitOMPMapClause(OMPMapClause *C) {
|
/freebsd/contrib/llvm-project/llvm/include/llvm/Frontend/OpenMP/ |
H A D | OMP.td | 233 let clangClass = "OMPMapClause";
|
/freebsd/contrib/llvm-project/clang/lib/CodeGen/ |
H A D | CGOpenMPRuntime.cpp | 6658 llvm::DenseMap<const ValueDecl *, const OMPMapClause *> LambdasMap; 7829 const auto *C = dyn_cast<OMPMapClause>(Cl); in generateAllInfoForClauses() 8220 for (const auto *C : Dir.getClausesOfKind<OMPMapClause>()) { in MappableExprsHandler() 8539 for (const auto *C : CurExecDir->getClausesOfKind<OMPMapClause>()) { in generateInfoForCapture()
|
/freebsd/contrib/llvm-project/clang/lib/Sema/ |
H A D | SemaOpenMP.cpp | 4130 if (C && !((isa<OMPFirstprivateClause>(C) || isa<OMPMapClause>(C)) && in VisitOMPExecutableDirective() 5788 auto *C = dyn_cast<OMPMapClause>(Clauses[Cnt]); in processImplicitMapsWithDefaultMappers() 6259 ErrorFound |= cast<OMPMapClause>(Implicit)->varlist_size() != in ActOnOpenMPExecutableDirective() 21279 return OMPMapClause::Create( in ActOnOpenMPMapClause()
|
H A D | SemaTemplateInstantiateDecl.cpp | 3783 auto *OldC = cast<OMPMapClause>(C); in VisitOMPDeclareMapperDecl()
|
H A D | TreeTransform.h | 10828 OMPClause *TreeTransform<Derived>::TransformOMPMapClause(OMPMapClause *C) { in TransformOMPMapClause() 10841 if (transformOMPMappableExprListClause<Derived, OMPMapClause>( in TransformOMPMapClause()
|
/freebsd/contrib/llvm-project/clang/lib/Serialization/ |
H A D | ASTReader.cpp | 10627 C = OMPMapClause::CreateEmpty(Context, Sizes); in readClause() 11340 void OMPClauseReader::VisitOMPMapClause(OMPMapClause *C) { in VisitOMPMapClause()
|
H A D | ASTWriter.cpp | 7519 void OMPClauseWriter::VisitOMPMapClause(OMPMapClause *C) { in VisitOMPMapClause()
|