Searched refs:getMapType (Results 1 – 8 of 8) sorted by relevance
| /llvm-project-15.0.7/clang/lib/AST/ |
| H A D | AttrImpl.cpp | 140 if (getMapType() != MT_To) in printPrettyPragma() 141 OS << ' ' << ConvertMapTypeTyToStr(getMapType()); in printPrettyPragma() 172 return ActiveAttr.value()->getMapType(); in isDeclareTargetDeclaration()
|
| H A D | OpenMPClause.cpp | 2221 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 D | CGOpenMPRuntime.cpp | 8358 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 D | ASTWriter.cpp | 5198 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 D | SemaTemplateInstantiateDecl.cpp | 3621 NewNameInfo, OldC->getMapType(), OldC->isImplicitMapType(), in VisitOMPDeclareMapperDecl()
|
| H A D | SemaOpenMP.cpp | 6028 MapperIdScopeSpec, MapperId, C->getMapType(), in processImplicitMapsWithDefaultMappers() 22599 if (ActiveAttr && ActiveAttr.value()->getMapType() != MT && in ActOnOpenMPDeclareTargetName()
|
| H A D | TreeTransform.h | 10179 MapperIdInfo, C->getMapType(), C->isImplicitMapType(), C->getMapLoc(), in TransformOMPMapClause()
|
| /llvm-project-15.0.7/clang/include/clang/AST/ |
| H A D | OpenMPClause.h | 5886 OpenMPMapClauseKind getMapType() const LLVM_READONLY { return MapType; } in getMapType() function
|