Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/clang/lib/AST/
H A DAttrImpl.cpp141 if (getMapType() != MT_To && getMapType() != MT_Enter) in printPrettyPragma()
142 OS << ' ' << ConvertMapTypeTyToStr(getMapType()); in printPrettyPragma()
175 return (*ActiveAttr)->getMapType(); in isDeclareTargetDeclaration()
H A DOpenMPClause.cpp2332 if (Node->getMapType() != OMPC_MAP_unknown) { in VisitOMPMapClause()
2346 OS << getOpenMPSimpleClauseTypeName(OMPC_map, Node->getMapType()); in VisitOMPMapClause()
/freebsd-14.2/contrib/llvm-project/clang/lib/CodeGen/
H A DCGOpenMPRuntime.cpp7682 I->getSecond()->getMapType(), I->getSecond()->getMapTypeModifiers(), in getMapModifiersForPrivateClauses()
7801 else if (C->getMapType() == OMPC_MAP_alloc) in generateAllInfoForClauses()
7806 InfoGen(std::get<0>(L), Kind, std::get<1>(L), C->getMapType(), in generateAllInfoForClauses()
8170 if (C->getMapType() != OMPC_MAP_to) in MappableExprsHandler()
8497 DeclComponentLists.emplace_back(Components, C->getMapType(), in generateInfoForCapture()
/freebsd-14.2/contrib/llvm-project/clang/lib/Serialization/
H A DASTWriter.cpp5397 Record.push_back(D->getAttr<OMPDeclareTargetDeclAttr>()->getMapType()); in WriteDeclUpdatesBlocks()
6947 Record.push_back(C->getMapType()); in VisitOMPMapClause()
/freebsd-14.2/contrib/llvm-project/clang/lib/Sema/
H A DSemaTemplateInstantiateDecl.cpp3753 OldC->getMapTypeModifiersLoc(), SS, NewNameInfo, OldC->getMapType(), in VisitOMPDeclareMapperDecl()
H A DSemaOpenMP.cpp6130 MapperIdScopeSpec, MapperId, C->getMapType(), in processImplicitMapsWithDefaultMappers()
23346 if (ActiveAttr && (*ActiveAttr)->getMapType() != MT && in ActOnOpenMPDeclareTargetName()
H A DTreeTransform.h10510 MapperIdScopeSpec, MapperIdInfo, C->getMapType(), C->isImplicitMapType(), in TransformOMPMapClause()
/freebsd-14.2/contrib/llvm-project/clang/include/clang/AST/
H A DOpenMPClause.h6014 OpenMPMapClauseKind getMapType() const LLVM_READONLY { return MapType; } in getMapType() function