Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/lldb/source/Plugins/TypeSystem/Clang/
H A DTypeSystemClang.h1191 std::unique_ptr<clang::ModuleMap> m_module_map_up; variable
H A DTypeSystemClang.cpp1202 m_module_map_up = std::make_unique<clang::ModuleMap>( in GetOrCreateClangModule()
1211 std::tie(module, created) = m_module_map_up->findOrCreateModule( in GetOrCreateClangModule()