Home
last modified time | relevance | path

Searched refs:OMPMapClause (Results 1 – 11 of 11) sorted by relevance

/freebsd/contrib/llvm-project/clang/lib/AST/
H A DOpenMPClause.cpp1140 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 DStmtProfile.cpp837 void OMPClauseProfiler::VisitOMPMapClause(const OMPMapClause *C) { in VisitOMPMapClause()
/freebsd/contrib/llvm-project/clang/include/clang/AST/
H A DOpenMPClause.h5870 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 DRecursiveASTVisitor.h3788 bool RecursiveASTVisitor<Derived>::VisitOMPMapClause(OMPMapClause *C) {
/freebsd/contrib/llvm-project/llvm/include/llvm/Frontend/OpenMP/
H A DOMP.td233 let clangClass = "OMPMapClause";
/freebsd/contrib/llvm-project/clang/lib/CodeGen/
H A DCGOpenMPRuntime.cpp6658 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 DSemaOpenMP.cpp4130 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 DSemaTemplateInstantiateDecl.cpp3783 auto *OldC = cast<OMPMapClause>(C); in VisitOMPDeclareMapperDecl()
H A DTreeTransform.h10828 OMPClause *TreeTransform<Derived>::TransformOMPMapClause(OMPMapClause *C) { in TransformOMPMapClause()
10841 if (transformOMPMappableExprListClause<Derived, OMPMapClause>( in TransformOMPMapClause()
/freebsd/contrib/llvm-project/clang/lib/Serialization/
H A DASTReader.cpp10627 C = OMPMapClause::CreateEmpty(Context, Sizes); in readClause()
11340 void OMPClauseReader::VisitOMPMapClause(OMPMapClause *C) { in VisitOMPMapClause()
H A DASTWriter.cpp7519 void OMPClauseWriter::VisitOMPMapClause(OMPMapClause *C) { in VisitOMPMapClause()