Home
last modified time | relevance | path

Searched defs:src_ctx (Results 1 – 7 of 7) sorted by relevance

/llvm-project/lldb/source/Plugins/ExpressionParser/Clang/
H A DClangASTImporter.h457 clang::ASTContext *src_ctx) { in GetDelegate() argument
H A DClangASTImporter.cpp240 : m_delegate(importer.GetDelegate(dst_ctx, src_ctx)), m_dst_ctx(dst_ctx), in CompleteTagDeclsScope() argument
335 clang::ASTContext *src_ctx = &decl->getASTContext(); DeportDecl() local
/netbsd-src/sys/external/bsd/drm2/dist/drm/amd/display/dc/core/
H A Damdgpu_dc_resource.c2501 const struct dc_state *src_ctx, in dc_resource_state_copy_construct()
H A Damdgpu_dc.c1375 struct dc_state *dc_copy_state(struct dc_state *src_ctx) in dc_copy_state()
/netbsd-src/external/gpl3/gcc/dist/gcc/
H A Dipa-prop.cc3200 class ipa_polymorphic_call_context *src_ctx in update_jump_functions_after_inlining() local
3284 class ipa_polymorphic_call_context *src_ctx in update_jump_functions_after_inlining() local
/netbsd-src/external/gpl3/gcc.old/dist/gcc/
H A Dipa-prop.c3010 class ipa_polymorphic_call_context *src_ctx in update_jump_functions_after_inlining() local
3094 class ipa_polymorphic_call_context *src_ctx in update_jump_functions_after_inlining() local
/llvm-project/lldb/source/Plugins/TypeSystem/Clang/
H A DTypeSystemClang.cpp9779 ForgetSource(ASTContext * src_ctx,ClangASTImporter & importer) ForgetSource() argument