Searched refs:m_clang_ast_importer_up (Results 1 – 2 of 2) sorted by relevance
94 std::unique_ptr<lldb_private::ClangASTImporter> m_clang_ast_importer_up; variable
92 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()