Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/CodeGen/
H A DCGOpenMPRuntime.cpp6792 const Expr *getMapExpr() const { return MapExpr; } in getMapExpr() function in __anon93cce0fb3111::MappableExprsHandler::MappingExprInfo
9147 if (!MapExprs.getMapDecl() && !MapExprs.getMapExpr()) in emitMappingInformation()
9151 if (!MapExprs.getMapDecl() && MapExprs.getMapExpr()) { in emitMappingInformation()
9152 if (const ValueDecl *VD = getDeclFromThisExpr(MapExprs.getMapExpr())) in emitMappingInformation()
9155 Loc = MapExprs.getMapExpr()->getExprLoc(); in emitMappingInformation()
9161 if (MapExprs.getMapExpr()) { in emitMappingInformation()
9164 MapExprs.getMapExpr()->printPretty(OS, nullptr, P); in emitMappingInformation()