Home
last modified time | relevance | path

Searched defs:src_ctx (Results 1 – 3 of 3) 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
/llvm-project/lldb/source/Plugins/TypeSystem/Clang/
H A DTypeSystemClang.cpp9779 ForgetSource(ASTContext * src_ctx,ClangASTImporter & importer) ForgetSource() argument