Home
last modified time | relevance | path

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

/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/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/clang/lib/Sema/
DSemaOpenMP.cpp11528 } else if (ND->getAttr<OMPDeclareTargetDeclAttr>()->getMapType() != MT) { in ActOnOpenMPDeclareTargetName()
DTreeTransform.h8033 C->getMapTypeModifier(), C->getMapType(), C->isImplicitMapType(), in TransformOMPMapClause()