Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang/lib/CodeGen/
H A DCGOpenMPRuntime.cpp9430 MappableExprsHandler::MappingExprInfo &MapExprs) { in emitMappingInformation() argument
9433 if (!MapExprs.getMapDecl() && !MapExprs.getMapExpr()) in emitMappingInformation()
9437 if (!MapExprs.getMapDecl() && MapExprs.getMapExpr()) { in emitMappingInformation()
9438 if (const ValueDecl *VD = getDeclFromThisExpr(MapExprs.getMapExpr())) in emitMappingInformation()
9441 Loc = MapExprs.getMapExpr()->getExprLoc(); in emitMappingInformation()
9443 Loc = MapExprs.getMapDecl()->getLocation(); in emitMappingInformation()
9447 if (MapExprs.getMapExpr()) { in emitMappingInformation()
9450 MapExprs.getMapExpr()->printPretty(OS, nullptr, P); in emitMappingInformation()
9453 ExprName = MapExprs.getMapDecl()->getNameAsString(); in emitMappingInformation()