Searched refs:m_decls_to_deport (Results 1 - 2 of 2) sorted by relevance

/external/lldb/source/Symbol/
H A DClangASTImporter.cpp457 assert(!m_decls_to_deport); // TODO make debug only
460 m_decls_to_deport = decls_to_deport;
467 assert(m_decls_to_deport); // TODO make debug only
472 while (!m_decls_to_deport->empty())
474 NamedDecl *decl = *m_decls_to_deport->begin();
477 m_decls_to_deport->erase(decl);
506 m_decls_to_deport = NULL;
636 if (m_decls_to_deport && m_decls_already_deported)
643 m_decls_to_deport->insert(to_named_decl);
/external/lldb/include/lldb/Symbol/
H A DClangASTImporter.h253 m_decls_to_deport(NULL),
281 std::set<clang::NamedDecl *> *m_decls_to_deport; member in class:lldb_private::ClangASTImporter::Minion

Completed in 573 milliseconds