Home
last modified time | relevance | path

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

/external/llvm-project/lldb/source/Plugins/SymbolFile/DWARF/
DDWARFASTParserClang.h94 std::unique_ptr<lldb_private::ClangASTImporter> m_clang_ast_importer_up; variable
DDWARFASTParserClang.cpp92 if (!m_clang_ast_importer_up) { in GetClangASTImporter()
93 m_clang_ast_importer_up = std::make_unique<ClangASTImporter>(); in GetClangASTImporter()
95 return *m_clang_ast_importer_up; in GetClangASTImporter()