Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/lldb/source/Plugins/SymbolFile/DWARF/
H A DDWARFASTParserClang.h141 std::unique_ptr<lldb_private::ClangASTImporter> m_clang_ast_importer_up; variable
H A DDWARFASTParserClang.cpp87 if (!m_clang_ast_importer_up) { in GetClangASTImporter()
88 m_clang_ast_importer_up = std::make_unique<ClangASTImporter>(); in GetClangASTImporter()
90 return *m_clang_ast_importer_up; in GetClangASTImporter()