Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/clang/lib/AST/
H A DAttrImpl.cpp140 if (getMapType() != MT_To) in printPrettyPragma()
141 OS << ' ' << ConvertMapTypeTyToStr(getMapType()); in printPrettyPragma()
165 return ActiveAttr.getValue()->getMapType(); in isDeclareTargetDeclaration()
H A DOpenMPClause.cpp2127 if (Node->getMapType() != OMPC_MAP_unknown) { in VisitOMPMapClause()
2137 OS << getOpenMPSimpleClauseTypeName(OMPC_map, Node->getMapType()); in VisitOMPMapClause()
/freebsd-13.1/contrib/llvm-project/clang/lib/Serialization/
H A DASTWriter.cpp4995 Record.push_back(D->getAttr<OMPDeclareTargetDeclAttr>()->getMapType()); in WriteDeclUpdatesBlocks()
6424 Record.push_back(C->getMapType()); in VisitOMPMapClause()
/freebsd-13.1/contrib/llvm-project/clang/lib/CodeGen/
H A DCGOpenMPRuntime.cpp8544 else if (C->getMapType() == OMPC_MAP_alloc) in generateAllInfoForClauses()
8549 InfoGen(std::get<0>(L), Kind, std::get<1>(L), C->getMapType(), in generateAllInfoForClauses()
9106 DeclComponentLists.emplace_back(Components, C->getMapType(), in generateInfoForCapture()
/freebsd-13.1/contrib/llvm-project/clang/include/clang/AST/
H A DOpenMPClause.h5755 OpenMPMapClauseKind getMapType() const LLVM_READONLY { return MapType; } in getMapType() function
/freebsd-13.1/contrib/llvm-project/clang/lib/Sema/
H A DSemaTemplateInstantiateDecl.cpp3559 NewNameInfo, OldC->getMapType(), OldC->isImplicitMapType(), in VisitOMPDeclareMapperDecl()
H A DSemaOpenMP.cpp5710 MapperIdScopeSpec, MapperId, C->getMapType(), in processImplicitMapsWithDefaultMappers()
20482 if (ActiveAttr.hasValue() && ActiveAttr.getValue()->getMapType() != MT && in ActOnOpenMPDeclareTargetName()
H A DTreeTransform.h9936 MapperIdInfo, C->getMapType(), C->isImplicitMapType(), C->getMapLoc(), in TransformOMPMapClause()