Home
last modified time | relevance | path

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

/llvm-project-15.0.7/lldb/source/Plugins/ExpressionParser/Clang/
H A DClangASTImporter.cpp772 std::string namespace_string = decl->getDeclName().getAsString(); in BuildNamespaceMap() local
775 new_map, ConstString(namespace_string.c_str()), parent_map); in BuildNamespaceMap()