Home
last modified time | relevance | path

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

/external/clang/lib/AST/
DStmtPrinter.cpp889 if (Node->getMapType() != OMPC_MAP_unknown) { in VisitOMPMapClause()
895 OS << getOpenMPSimpleClauseTypeName(OMPC_map, Node->getMapType()); in VisitOMPMapClause()
/external/clang/include/clang/AST/
DOpenMPClause.h2707 OpenMPMapClauseKind getMapType() const LLVM_READONLY { return MapType; } in getMapType() function
/external/clang/lib/Serialization/
DASTWriterStmt.cpp1999 Record.push_back(C->getMapType()); in VisitOMPMapClause()
/external/clang/lib/Sema/
DTreeTransform.h7798 C->getMapTypeModifier(), C->getMapType(), C->getMapLoc(), in TransformOMPMapClause()