Searched refs:getMapType (Results 1 – 8 of 8) sorted by relevance
/netbsd-src/external/apache2/llvm/dist/clang/lib/AST/ |
H A D | AttrImpl.cpp | 140 if (getMapType() != MT_To) in printPrettyPragma() 141 OS << ' ' << ConvertMapTypeTyToStr(getMapType()); in printPrettyPragma() 165 return ActiveAttr.getValue()->getMapType(); in isDeclareTargetDeclaration()
|
H A D | OpenMPClause.cpp | 2085 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 D | ASTWriter.cpp | 4995 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 D | CGOpenMPRuntime.cpp | 8365 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 D | SemaTemplateInstantiateDecl.cpp | 3435 NewNameInfo, OldC->getMapType(), OldC->isImplicitMapType(), in VisitOMPDeclareMapperDecl()
|
H A D | SemaOpenMP.cpp | 5699 MapperIdScopeSpec, MapperId, C->getMapType(), in processImplicitMapsWithDefaultMappers() 20094 if (ActiveAttr.hasValue() && ActiveAttr.getValue()->getMapType() != MT && in ActOnOpenMPDeclareTargetName()
|
H A D | TreeTransform.h | 9880 MapperIdInfo, C->getMapType(), C->isImplicitMapType(), C->getMapLoc(), in TransformOMPMapClause()
|
/netbsd-src/external/apache2/llvm/dist/clang/include/clang/AST/ |
H A D | OpenMPClause.h | 5647 OpenMPMapClauseKind getMapType() const LLVM_READONLY { return MapType; } in getMapType() function
|