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