Home
last modified time | relevance | path

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

/external/llvm-project/clang/lib/AST/
DAttrImpl.cpp131 if (getMapType() != MT_To) in printPrettyPragma()
132 OS << ' ' << ConvertMapTypeTyToStr(getMapType()); in printPrettyPragma()
148 return FoundAttr->getMapType(); in isDeclareTargetDeclaration()
DOpenMPClause.cpp1960 if (Node->getMapType() != OMPC_MAP_unknown) { in VisitOMPMapClause()
1970 OS << getOpenMPSimpleClauseTypeName(OMPC_map, Node->getMapType()); in VisitOMPMapClause()
/external/clang/lib/AST/
DStmtPrinter.cpp901 if (Node->getMapType() != OMPC_MAP_unknown) { in VisitOMPMapClause()
907 OS << getOpenMPSimpleClauseTypeName(OMPC_map, Node->getMapType()); in VisitOMPMapClause()
/external/clang/include/clang/Basic/
DAttr.td2394 if (getMapType() != MT_To)
2395 OS << ConvertMapTypeTyToStr(getMapType()) << " ";
/external/clang/include/clang/AST/
DOpenMPClause.h3419 OpenMPMapClauseKind getMapType() const LLVM_READONLY { return MapType; } in getMapType() function
/external/clang/lib/Serialization/
DASTWriterStmt.cpp2041 Record.push_back(C->getMapType()); in VisitOMPMapClause()
/external/llvm-project/clang/lib/Serialization/
DASTWriter.cpp5082 Record.push_back(D->getAttr<OMPDeclareTargetDeclAttr>()->getMapType()); in WriteDeclUpdatesBlocks()
6593 Record.push_back(C->getMapType()); in VisitOMPMapClause()
/external/clang/lib/CodeGen/
DCGOpenMPRuntime.cpp5418 InfoGen(L.first, L.second, C->getMapType(), C->getMapTypeModifier()); in generateAllInfo()
5470 generateInfoForComponentList(C->getMapType(), C->getMapTypeModifier(), in generateInfoForCapture()
/external/llvm-project/clang/lib/CodeGen/
DCGOpenMPRuntime.cpp8324 InfoGen(std::get<0>(L), std::get<1>(L), C->getMapType(), in generateAllInfo()
8617 Info[VD].emplace_back(std::get<1>(L), MC->getMapType(), in generateAllInfoForMapper()
8804 DeclComponentLists.emplace_back(Components, C->getMapType(), in generateInfoForCapture()
/external/llvm-project/clang/lib/Sema/
DSemaTemplateInstantiateDecl.cpp3434 NewNameInfo, OldC->getMapType(), OldC->isImplicitMapType(), in VisitOMPDeclareMapperDecl()
DTreeTransform.h9642 MapperIdInfo, C->getMapType(), C->isImplicitMapType(), C->getMapLoc(), in TransformOMPMapClause()
/external/llvm-project/clang/include/clang/AST/
DOpenMPClause.h5553 OpenMPMapClauseKind getMapType() const LLVM_READONLY { return MapType; } in getMapType() function
/external/clang/lib/Sema/
DSemaOpenMP.cpp11528 } else if (ND->getAttr<OMPDeclareTargetDeclAttr>()->getMapType() != MT) { in ActOnOpenMPDeclareTargetName()
DTreeTransform.h8033 C->getMapTypeModifier(), C->getMapType(), C->isImplicitMapType(), in TransformOMPMapClause()