Home
last modified time | relevance | path

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

/NextBSD/contrib/llvm/tools/lldb/source/Symbol/
HDClangASTImporter.cpp604 assert(!m_decls_already_deported); in InitDeportWorkQueues()
607 m_decls_already_deported = decls_already_deported; in InitDeportWorkQueues()
614 assert(m_decls_already_deported); in ExecuteDeportWorkQueues()
622 m_decls_already_deported->insert(decl); in ExecuteDeportWorkQueues()
653 m_decls_already_deported = nullptr; in ExecuteDeportWorkQueues()
783 if (m_decls_to_deport && m_decls_already_deported) in Imported()
789 if (!m_decls_already_deported->count(to_named_decl)) in Imported()
/NextBSD/contrib/llvm/tools/lldb/include/lldb/Symbol/
HDClangASTImporter.h254 m_decls_already_deported(NULL), in Minion()
284 std::set<clang::NamedDecl *> *m_decls_already_deported; variable