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.cpp1159 OMPMapClause *OMPMapClause::Create( in Create()
1189 OMPMapClause *Clause = new (Mem) in Create()
1190 OMPMapClause(MapModifiers, MapModifiersLoc, UDMQualifierLoc, MapperId, in Create()
1202 OMPMapClause *
1203 OMPMapClause::CreateEmpty(const ASTContext &C, in CreateEmpty()
1211 OMPMapClause *Clause = new (Mem) OMPMapClause(Sizes); in CreateEmpty()
2525 void OMPClausePrinter::VisitOMPMapClause(OMPMapClause *Node) { in VisitOMPMapClause()
H A DStmtProfile.cpp867 void OMPClauseProfiler::VisitOMPMapClause(const OMPMapClause *C) { in VisitOMPMapClause()
/freebsd/contrib/llvm-project/clang/include/clang/AST/
H A DOpenMPClause.h6421 class OMPMapClause final : public OMPMappableExprListClause<OMPMapClause>,
6423 OMPMapClause, Expr *, ValueDecl *, unsigned,
6487 explicit OMPMapClause(ArrayRef<OpenMPMapModifierKind> MapModifiers, in OMPMapClause() function
6514 explicit OMPMapClause(const OMPMappableExprListSizeTy &Sizes) in OMPMapClause() function
6577 static OMPMapClause *
6597 static OMPMapClause *CreateEmpty(const ASTContext &C,
6657 auto Children = const_cast<OMPMapClause *>(this)->children(); in children()
6668 auto Children = const_cast<OMPMapClause *>(this)->used_children(); in used_children()
H A DRecursiveASTVisitor.h3897 bool RecursiveASTVisitor<Derived>::VisitOMPMapClause(OMPMapClause *C) {
/freebsd/contrib/llvm-project/llvm/include/llvm/Frontend/OpenMP/
H A DOMP.td278 let clangClass = "OMPMapClause";
/freebsd/contrib/llvm-project/clang/lib/CodeGen/
H A DCGOpenMPRuntime.cpp6914 llvm::DenseMap<const ValueDecl *, const OMPMapClause *> LambdasMap;
8085 const auto *C = dyn_cast<OMPMapClause>(Cl); in generateAllInfoForClauses()
8476 for (const auto *C : Dir.getClausesOfKind<OMPMapClause>()) { in MappableExprsHandler()
8796 for (const auto *C : CurExecDir->getClausesOfKind<OMPMapClause>()) { in generateInfoForCaptureFromClauseInfo()
/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DSemaOpenMP.cpp4136 if (C && !((isa<OMPFirstprivateClause>(C) || isa<OMPMapClause>(C)) && in VisitOMPExecutableDirective()
5793 auto *C = dyn_cast<OMPMapClause>(Clauses[Cnt]); in processImplicitMapsWithDefaultMappers()
6180 ErrorFound |= cast<OMPMapClause>(Implicit)->varlist_size() != in ActOnOpenMPExecutableDirective()
22177 return OMPMapClause::Create( in ActOnOpenMPMapClause()
H A DSemaTemplateInstantiateDecl.cpp4328 auto *OldC = cast<OMPMapClause>(C); in VisitOMPDeclareMapperDecl()
H A DTreeTransform.h11337 OMPClause *TreeTransform<Derived>::TransformOMPMapClause(OMPMapClause *C) { in TransformOMPMapClause()
11350 if (transformOMPMappableExprListClause<Derived, OMPMapClause>( in TransformOMPMapClause()
/freebsd/contrib/llvm-project/clang/lib/Serialization/
H A DASTReader.cpp11292 C = OMPMapClause::CreateEmpty(Context, Sizes); in readClause()
12058 void OMPClauseReader::VisitOMPMapClause(OMPMapClause *C) { in VisitOMPMapClause()
H A DASTWriter.cpp8235 void OMPClauseWriter::VisitOMPMapClause(OMPMapClause *C) { in VisitOMPMapClause()