Home
last modified time | relevance | path

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

/external/llvm-project/lldb/source/Plugins/ExpressionParser/Clang/
DClangASTImporter.cpp35 TypeSystemClang *src_ast = in CopyType() local
37 if (!src_ast) in CopyType()
40 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()
797 clang::ASTContext *src_ast) { in ForgetSource() argument
805 src_ast, dst_ast); in ForgetSource()
810 md->m_delegates.erase(src_ast); in ForgetSource()
811 md->removeOriginsWithContext(src_ast); in ForgetSource()
DClangASTSource.cpp1709 clang::ASTContext *src_ast = in AddNamespace() local
1711 if (!src_ast) in AddNamespace()
1746 TypeSystemClang *src_ast = in GuardedCopyType() local
1748 if (src_ast == nullptr) in GuardedCopyType()