Home
last modified time | relevance | path

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

/llvm-project-15.0.7/lldb/source/Plugins/ExpressionParser/Clang/
H A DClangASTImporter.cpp36 TypeSystemClang *src_ast = 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()
792 clang::ASTContext *src_ast) { in ForgetSource() argument
800 src_ast, dst_ast); in ForgetSource()
805 md->m_delegates.erase(src_ast); in ForgetSource()
806 md->removeOriginsWithContext(src_ast); in ForgetSource()
H A DClangASTSource.cpp1699 clang::ASTContext *src_ast = in AddNamespace() local
1701 if (!src_ast) in AddNamespace()
1736 TypeSystemClang *src_ast = in GuardedCopyType() local
1738 if (src_ast == nullptr) in GuardedCopyType()