Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/clang/lib/CodeGen/
H A DCGOpenMPRuntime.cpp8800 std::string ExprName; in emitMappingInformation() local
8803 llvm::raw_string_ostream OS(ExprName); in emitMappingInformation()
8807 ExprName = MapExprs.getMapDecl()->getNameAsString(); in emitMappingInformation()
8811 return OMPBuilder.getOrCreateSrcLocStr(PLoc.getFilename(), ExprName, in emitMappingInformation()