Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/lldb/source/Symbol/
H A DClangASTImporter.cpp845 m_source_ctx); // otherwise we should never have added this in ExecuteDeportWorkQueues()
850 ClangASTContext::GetCompleteDecl(m_source_ctx, original_decl); in ExecuteDeportWorkQueues()
933 to_objc_interface->setSuperClass(m_source_ctx->getTrivialTypeSourceInfo( in ImportDefinitionTo()
934 m_source_ctx->getObjCInterfaceType(imported_from_superclass))); in ImportDefinitionTo()
972 m_master.MaybeGetContextMetadata(m_source_ctx); in Imported()
1016 to_context_md->m_origins[to] = DeclOrigin(m_source_ctx, from); in Imported()
1040 to_context_md->m_origins[to] = DeclOrigin(m_source_ctx, from); in Imported()
1045 static_cast<void *>(from), static_cast<void *>(m_source_ctx), in Imported()
/freebsd-12.1/contrib/llvm/tools/lldb/include/lldb/Symbol/
H A DClangASTImporter.h242 m_master(master), m_source_ctx(source_ctx) {} in Minion()
270 clang::ASTContext *m_source_ctx; variable