Home
last modified time | relevance | path

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

/openbsd/gnu/llvm/clang/lib/AST/
H A DAttrImpl.cpp141 if (getMapType() != MT_To && getMapType() != MT_Enter) in printPrettyPragma()
142 OS << ' ' << ConvertMapTypeTyToStr(getMapType()); in printPrettyPragma()
173 return (*ActiveAttr)->getMapType(); in isDeclareTargetDeclaration()
H A DOpenMPClause.cpp2267 if (Node->getMapType() != OMPC_MAP_unknown) { in VisitOMPMapClause()
2281 OS << getOpenMPSimpleClauseTypeName(OMPC_map, Node->getMapType()); in VisitOMPMapClause()
/openbsd/gnu/llvm/clang/lib/CodeGen/
H A DCGOpenMPRuntime.cpp7946 I->getSecond()->getMapType(), I->getSecond()->getMapTypeModifiers(), in getMapModifiersForPrivateClauses()
8088 else if (C->getMapType() == OMPC_MAP_alloc) in generateAllInfoForClauses()
8093 InfoGen(std::get<0>(L), Kind, std::get<1>(L), C->getMapType(), in generateAllInfoForClauses()
8412 if (C->getMapType() != OMPC_MAP_to) in MappableExprsHandler()
8725 DeclComponentLists.emplace_back(Components, C->getMapType(), in generateInfoForCapture()
/openbsd/gnu/llvm/clang/lib/Serialization/
H A DASTWriter.cpp5302 Record.push_back(D->getAttr<OMPDeclareTargetDeclAttr>()->getMapType()); in WriteDeclUpdatesBlocks()
6802 Record.push_back(C->getMapType()); in VisitOMPMapClause()
/openbsd/gnu/llvm/clang/lib/Sema/
H A DSemaTemplateInstantiateDecl.cpp3688 OldC->getMapTypeModifiersLoc(), SS, NewNameInfo, OldC->getMapType(), in VisitOMPDeclareMapperDecl()
H A DSemaOpenMP.cpp6099 MapperIdScopeSpec, MapperId, C->getMapType(), in processImplicitMapsWithDefaultMappers()
22922 if (ActiveAttr && (*ActiveAttr)->getMapType() != MT && in ActOnOpenMPDeclareTargetName()
H A DTreeTransform.h10333 MapperIdScopeSpec, MapperIdInfo, C->getMapType(), C->isImplicitMapType(), in TransformOMPMapClause()
/openbsd/gnu/llvm/clang/include/clang/AST/
H A DOpenMPClause.h5918 OpenMPMapClauseKind getMapType() const LLVM_READONLY { return MapType; } in getMapType() function