Home
last modified time | relevance | path

Searched refs:src_ctx (Results 1 – 9 of 9) sorted by relevance

/openbsd-src/gnu/llvm/lldb/source/Plugins/ExpressionParser/Clang/
H A DClangASTImporter.h216 void ForgetSource(clang::ASTContext *dst_ctx, clang::ASTContext *src_ctx);
435 clang::ASTContext *src_ctx) { in GetDelegate() argument
439 DelegateMap::iterator delegate_iter = delegates.find(src_ctx); in GetDelegate()
443 ImporterDelegateSP(new ASTImporterDelegate(*this, dst_ctx, src_ctx)); in GetDelegate()
444 delegates[src_ctx] = delegate; in GetDelegate()
H A DClangASTImporter.cpp237 clang::ASTContext *src_ctx) in CompleteTagDeclsScope() argument
238 : m_delegate(importer.GetDelegate(dst_ctx, src_ctx)), m_dst_ctx(dst_ctx), in CompleteTagDeclsScope()
239 m_src_ctx(src_ctx), importer(importer) { in CompleteTagDeclsScope()
332 clang::ASTContext *src_ctx = &decl->getASTContext(); in DeportDecl() local
336 decl->getDeclKindName(), decl, src_ctx, dst_ctx); in DeportDecl()
344 CompleteTagDeclsScope complete_scope(*this, dst_ctx, src_ctx); in DeportDecl()
/openbsd-src/sys/dev/pci/drm/amd/display/dc/inc/
H A Dlink_enc_cfg.h45 void link_enc_cfg_copy(const struct dc_state *src_ctx, struct dc_state *dst_ctx);
/openbsd-src/sys/dev/pci/drm/amd/display/dc/core/
H A Ddc_link_enc_cfg.c289 void link_enc_cfg_copy(const struct dc_state *src_ctx, struct dc_state *dst_ctx) in link_enc_cfg_copy() argument
292 &src_ctx->res_ctx.link_enc_cfg_ctx, in link_enc_cfg_copy()
H A Ddc_resource.c3609 const struct dc_state *src_ctx, in dc_resource_state_copy_construct()
3615 *dst_ctx = *src_ctx; in dc_resource_state_copy_construct()
3605 dc_resource_state_copy_construct(const struct dc_state * src_ctx,struct dc_state * dst_ctx) dc_resource_state_copy_construct() argument
H A Damdgpu_dc.c2240 struct dc_state *dc_copy_state(struct dc_state *src_ctx) in dc_copy_state()
2247 memcpy(new_ctx, src_ctx, sizeof(struct dc_state)); in dc_copy_state()
2239 dc_copy_state(struct dc_state * src_ctx) dc_copy_state() argument
/openbsd-src/sys/dev/pci/drm/amd/display/dc/
H A Ddc.h1403 const struct dc_state *src_ctx,
1419 struct dc_state *dc_copy_state(struct dc_state *src_ctx);
/openbsd-src/gnu/llvm/lldb/source/Plugins/TypeSystem/Clang/
H A DTypeSystemClang.h1229 void ForgetSource(clang::ASTContext *src_ctx, ClangASTImporter &importer);
H A DTypeSystemClang.cpp10045 void ScratchTypeSystemClang::ForgetSource(ASTContext *src_ctx, in ForgetSource() argument
10048 importer.ForgetSource(&getASTContext(), src_ctx); in ForgetSource()
10051 importer.ForgetSource(&a.second->getASTContext(), src_ctx); in ForgetSource()