Home
last modified time | relevance | path

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

/NextBSD/contrib/llvm/tools/lldb/source/Symbol/
HDClangASTImporter.cpp627 assert (origin.ctx == m_source_ctx); // otherwise we should never have added this in ExecuteDeportWorkQueues()
632 ClangASTContext::GetCompleteDecl (m_source_ctx, original_decl); in ExecuteDeportWorkQueues()
712m_source_ctx->getTrivialTypeSourceInfo(m_source_ctx->getObjCInterfaceType(imported_from_superclass… in ImportDefinitionTo()
753 ASTContextMetadataSP from_context_md = m_master.MaybeGetContextMetadata(m_source_ctx); in Imported()
797 to_context_md->m_origins[to] = DeclOrigin(m_source_ctx, from); in Imported()
819 to_context_md->m_origins[to] = DeclOrigin (m_source_ctx, from); in Imported()
824 static_cast<void*>(m_source_ctx), in Imported()
/NextBSD/contrib/llvm/tools/lldb/include/lldb/Symbol/
HDClangASTImporter.h256 m_source_ctx(source_ctx) in Minion()
286 clang::ASTContext *m_source_ctx; variable