Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/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.cpp2085 if (Node->getMapType() != OMPC_MAP_unknown) { in VisitOMPMapClause()
2095 OS << getOpenMPSimpleClauseTypeName(OMPC_map, Node->getMapType()); in VisitOMPMapClause()
/netbsd-src/external/apache2/llvm/dist/clang/lib/Serialization/
H A DASTWriter.cpp4995 Record.push_back(D->getAttr<OMPDeclareTargetDeclAttr>()->getMapType()); in WriteDeclUpdatesBlocks()
6417 Record.push_back(C->getMapType()); in VisitOMPMapClause()
/netbsd-src/external/apache2/llvm/dist/clang/lib/CodeGen/
H A DCGOpenMPRuntime.cpp8365 else if (C->getMapType() == OMPC_MAP_alloc) in generateAllInfoForClauses()
8370 InfoGen(std::get<0>(L), Kind, std::get<1>(L), C->getMapType(), in generateAllInfoForClauses()
8926 DeclComponentLists.emplace_back(Components, C->getMapType(), in generateInfoForCapture()
/netbsd-src/external/apache2/llvm/dist/clang/lib/Sema/
H A DSemaTemplateInstantiateDecl.cpp3435 NewNameInfo, OldC->getMapType(), OldC->isImplicitMapType(), in VisitOMPDeclareMapperDecl()
H A DSemaOpenMP.cpp5699 MapperIdScopeSpec, MapperId, C->getMapType(), in processImplicitMapsWithDefaultMappers()
20094 if (ActiveAttr.hasValue() && ActiveAttr.getValue()->getMapType() != MT && in ActOnOpenMPDeclareTargetName()
H A DTreeTransform.h9880 MapperIdInfo, C->getMapType(), C->isImplicitMapType(), C->getMapLoc(), in TransformOMPMapClause()
/netbsd-src/external/apache2/llvm/dist/clang/include/clang/AST/
H A DOpenMPClause.h5647 OpenMPMapClauseKind getMapType() const LLVM_READONLY { return MapType; } in getMapType() function