Home
last modified time | relevance | path

Searched refs:getMapType (Results 1 – 8 of 8) sorted by relevance

/llvm-project-15.0.7/clang/lib/AST/
H A DAttrImpl.cpp140 if (getMapType() != MT_To) in printPrettyPragma()
141 OS << ' ' << ConvertMapTypeTyToStr(getMapType()); in printPrettyPragma()
172 return ActiveAttr.value()->getMapType(); in isDeclareTargetDeclaration()
H A DOpenMPClause.cpp2221 if (Node->getMapType() != OMPC_MAP_unknown) { in VisitOMPMapClause()
2231 OS << getOpenMPSimpleClauseTypeName(OMPC_map, Node->getMapType()); in VisitOMPMapClause()
/llvm-project-15.0.7/clang/lib/CodeGen/
H A DCGOpenMPRuntime.cpp8358 I->getSecond()->getMapType(), I->getSecond()->getMapTypeModifiers(), in getMapModifiersForPrivateClauses()
8497 else if (C->getMapType() == OMPC_MAP_alloc) in generateAllInfoForClauses()
8502 InfoGen(std::get<0>(L), Kind, std::get<1>(L), C->getMapType(), in generateAllInfoForClauses()
8823 if (C->getMapType() != OMPC_MAP_to) in MappableExprsHandler()
9087 DeclComponentLists.emplace_back(Components, C->getMapType(), in generateInfoForCapture()
/llvm-project-15.0.7/clang/lib/Serialization/
H A DASTWriter.cpp5198 Record.push_back(D->getAttr<OMPDeclareTargetDeclAttr>()->getMapType()); in WriteDeclUpdatesBlocks()
6627 Record.push_back(C->getMapType()); in VisitOMPMapClause()
/llvm-project-15.0.7/clang/lib/Sema/
H A DSemaTemplateInstantiateDecl.cpp3621 NewNameInfo, OldC->getMapType(), OldC->isImplicitMapType(), in VisitOMPDeclareMapperDecl()
H A DSemaOpenMP.cpp6028 MapperIdScopeSpec, MapperId, C->getMapType(), in processImplicitMapsWithDefaultMappers()
22599 if (ActiveAttr && ActiveAttr.value()->getMapType() != MT && in ActOnOpenMPDeclareTargetName()
H A DTreeTransform.h10179 MapperIdInfo, C->getMapType(), C->isImplicitMapType(), C->getMapLoc(), in TransformOMPMapClause()
/llvm-project-15.0.7/clang/include/clang/AST/
H A DOpenMPClause.h5886 OpenMPMapClauseKind getMapType() const LLVM_READONLY { return MapType; } in getMapType() function