Searched refs:MapExprs (Results 1 – 1 of 1) sorted by relevance
8844 MappableExprsHandler::MappingExprInfo &MapExprs) { in emitMappingInformation() argument8847 if (!MapExprs.getMapDecl() && !MapExprs.getMapExpr()) in emitMappingInformation()8851 if (!MapExprs.getMapDecl() && MapExprs.getMapExpr()) { in emitMappingInformation()8852 if (const ValueDecl *VD = getDeclFromThisExpr(MapExprs.getMapExpr())) in emitMappingInformation()8855 Loc = MapExprs.getMapExpr()->getExprLoc(); in emitMappingInformation()8857 Loc = MapExprs.getMapDecl()->getLocation(); in emitMappingInformation()8861 if (MapExprs.getMapExpr()) { in emitMappingInformation()8864 MapExprs.getMapExpr()->printPretty(OS, nullptr, P); in emitMappingInformation()8867 ExprName = MapExprs.getMapDecl()->getNameAsString(); in emitMappingInformation()