Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/clang/lib/CodeGen/
H A DCGOpenMPRuntime.cpp9071 MappableExprsHandler::MappingExprInfo &MapExprs) { in emitMappingInformation() argument
9074 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()