Home
last modified time | relevance | path

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

/external/lldb/source/Symbol/
DClangASTImporter.cpp481 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()
/external/lldb/include/lldb/Symbol/
DClangASTImporter.h256 m_source_ctx(source_ctx) in Minion()
284 clang::ASTContext *m_source_ctx; variable