Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/lldb/source/Plugins/ExpressionParser/Clang/
H A DClangASTImporter.cpp37 auto src_ast = src_type.GetTypeSystem().dyn_cast_or_null<TypeSystemClang>(); in CopyType() local
38 if (!src_ast) in CopyType()
41 clang::ASTContext &src_clang_ast = src_ast->getASTContext(); in CopyType()
70 clang::ASTContext *src_ast = &decl->getASTContext(); in CopyDecl() local
71 delegate_sp = GetDelegate(dst_ast, src_ast); in CopyDecl()
793 clang::ASTContext *src_ast) { in ForgetSource() argument
801 src_ast, dst_ast); in ForgetSource()
806 md->m_delegates.erase(src_ast); in ForgetSource()
807 md->removeOriginsWithContext(src_ast); in ForgetSource()
H A DClangASTSource.cpp1681 clang::ASTContext *src_ast = in AddNamespace() local
1683 if (!src_ast) in AddNamespace()
1719 auto src_ast = ts.dyn_cast_or_null<TypeSystemClang>(); in GuardedCopyType() local
1720 if (!src_ast) in GuardedCopyType()