Searched refs:m_source_ctx (Results 1 – 2 of 2) sorted by relevance
481 assert (origin.ctx == m_source_ctx); // otherwise we should never have added this in ExecuteDeportWorkQueues()486 ClangASTContext::GetCompleteDecl (m_source_ctx, original_decl); in ExecuteDeportWorkQueues()610 ASTContextMetadataSP from_context_md = m_master.MaybeGetContextMetadata(m_source_ctx); in Imported()647 to_context_md->m_origins[to] = DeclOrigin(m_source_ctx, from); in Imported()668 to_context_md->m_origins[to] = DeclOrigin (m_source_ctx, from); in Imported()673 m_source_ctx, in Imported()
256 m_source_ctx(source_ctx) in Minion()284 clang::ASTContext *m_source_ctx; variable