Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/clang/lib/CodeGen/
H A DCGOpenMPRuntime.cpp9271 MappableExprsHandler::MappingExprInfo &MapExprs) { in emitMappingInformation() argument
9273 if (!MapExprs.getMapDecl()) { in emitMappingInformation()
9277 if (MapExprs.getMapExpr()) { in emitMappingInformation()
9280 MapExprs.getMapExpr()->printPretty(OS, nullptr, P); in emitMappingInformation()
9283 ExprName = MapExprs.getMapDecl()->getNameAsString(); in emitMappingInformation()
9286 SourceLocation Loc = MapExprs.getMapDecl()->getLocation(); in emitMappingInformation()