Home
last modified time | relevance | path

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

/llvm-project-15.0.7/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()
331 clang::ASTContext *src_ctx = &decl->getASTContext(); in DeportDecl() local
335 decl->getDeclKindName(), decl, src_ctx, dst_ctx); in DeportDecl()
343 CompleteTagDeclsScope complete_scope(*this, dst_ctx, src_ctx); in DeportDecl()
/llvm-project-15.0.7/lldb/source/Plugins/TypeSystem/Clang/
H A DTypeSystemClang.h1197 void ForgetSource(clang::ASTContext *src_ctx, ClangASTImporter &importer);
H A DTypeSystemClang.cpp9935 void ScratchTypeSystemClang::ForgetSource(ASTContext *src_ctx, in ForgetSource() argument
9938 importer.ForgetSource(&getASTContext(), src_ctx); in ForgetSource()
9941 importer.ForgetSource(&a.second->getASTContext(), src_ctx); in ForgetSource()