Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/lldb/source/Plugins/ExpressionParser/Clang/
H A DClangASTImporter.h370 ASTContextMetadata(clang::ASTContext *dst_ctx) : m_dst_ctx(dst_ctx) {} in ASTContextMetadata()
372 clang::ASTContext *m_dst_ctx; variable
H A DClangASTImporter.cpp229 clang::ASTContext *m_dst_ctx; member in __anon398bbd3d0111::CompleteTagDeclsScope
241 : m_delegate(importer.GetDelegate(dst_ctx, src_ctx)), m_dst_ctx(dst_ctx), in CompleteTagDeclsScope()
248 importer.GetContextMetadata(m_dst_ctx); in ~CompleteTagDeclsScope()