Searched refs:MapExprs (Results 1 – 1 of 1) sorted by relevance
9071 MappableExprsHandler::MappingExprInfo &MapExprs) { in emitMappingInformation() argument9074 if (!MapExprs.getMapDecl() && !MapExprs.getMapExpr()) in emitMappingInformation()9078 if (!MapExprs.getMapDecl() && MapExprs.getMapExpr()) { in emitMappingInformation()9079 if (const ValueDecl *VD = getDeclFromThisExpr(MapExprs.getMapExpr())) in emitMappingInformation()9082 Loc = MapExprs.getMapExpr()->getExprLoc(); in emitMappingInformation()9084 Loc = MapExprs.getMapDecl()->getLocation(); in emitMappingInformation()9088 if (MapExprs.getMapExpr()) { in emitMappingInformation()9091 MapExprs.getMapExpr()->printPretty(OS, nullptr, P); in emitMappingInformation()9094 ExprName = MapExprs.getMapDecl()->getNameAsString(); in emitMappingInformation()