Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/clang/lib/CodeGen/
H A DCGOpenMPRuntime.cpp9442 MappableExprsHandler::MappingExprInfo &MapExprs) { in emitMappingInformation() argument
9444 if (!MapExprs.getMapDecl()) { in emitMappingInformation()
9448 if (MapExprs.getMapExpr()) { in emitMappingInformation()
9451 MapExprs.getMapExpr()->printPretty(OS, nullptr, P); in emitMappingInformation()
9454 ExprName = MapExprs.getMapDecl()->getNameAsString(); in emitMappingInformation()
9457 SourceLocation Loc = MapExprs.getMapDecl()->getLocation(); in emitMappingInformation()