Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/clang/lib/CodeGen/
H A DCGOpenMPRuntime.cpp8784 MappableExprsHandler::MappingExprInfo &MapExprs) { in emitMappingInformation() argument
8787 if (!MapExprs.getMapDecl() && !MapExprs.getMapExpr()) in emitMappingInformation()
8791 if (!MapExprs.getMapDecl() && MapExprs.getMapExpr()) { in emitMappingInformation()
8792 if (const ValueDecl *VD = getDeclFromThisExpr(MapExprs.getMapExpr())) in emitMappingInformation()
8795 Loc = MapExprs.getMapExpr()->getExprLoc(); in emitMappingInformation()
8797 Loc = MapExprs.getMapDecl()->getLocation(); in emitMappingInformation()
8801 if (MapExprs.getMapExpr()) { in emitMappingInformation()
8804 MapExprs.getMapExpr()->printPretty(OS, nullptr, P); in emitMappingInformation()
8807 ExprName = MapExprs.getMapDecl()->getNameAsString(); in emitMappingInformation()