Searched refs:m_decls_already_deported (Results 1 – 2 of 2) sorted by relevance
604 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()
254 m_decls_already_deported(NULL), in Minion()284 std::set<clang::NamedDecl *> *m_decls_already_deported; variable