Home
last modified time | relevance | path

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

/external/llvm-project/clang/lib/CodeGen/
DCGOpenMPRuntime.cpp9113 MappableExprsHandler::MappingExprInfo &MapExprs) { in emitMappingInformation() argument
9115 if (!MapExprs.getMapDecl()) { in emitMappingInformation()
9119 if (MapExprs.getMapExpr()) { in emitMappingInformation()
9122 MapExprs.getMapExpr()->printPretty(OS, nullptr, P); in emitMappingInformation()
9125 ExprName = MapExprs.getMapDecl()->getNameAsString(); in emitMappingInformation()
9128 SourceLocation Loc = MapExprs.getMapDecl()->getLocation(); in emitMappingInformation()