Home
last modified time | relevance | path

Searched defs:dst_ctx (Results 1 – 2 of 2) sorted by relevance

/freebsd/contrib/llvm-project/lldb/source/Plugins/ExpressionParser/Clang/
H A DClangASTImporter.h222 void InstallMapCompleter(clang::ASTContext *dst_ctx, in InstallMapCompleter()
370 ASTContextMetadata(clang::ASTContext *dst_ctx) : m_dst_ctx(dst_ctx) {} in ASTContextMetadata()
436 ASTContextMetadataSP GetContextMetadata(clang::ASTContext *dst_ctx) { in GetContextMetadata()
448 ASTContextMetadataSP MaybeGetContextMetadata(clang::ASTContext *dst_ctx) { in MaybeGetContextMetadata()
456 ImporterDelegateSP GetDelegate(clang::ASTContext *dst_ctx, in GetDelegate()
H A DClangASTImporter.cpp239 clang::ASTContext *dst_ctx, in CompleteTagDeclsScope()
331 clang::Decl *ClangASTImporter::DeportDecl(clang::ASTContext *dst_ctx, in DeportDecl()