Searched refs:src_ast (Results 1 – 3 of 3) sorted by relevance
| /freebsd-12.1/contrib/llvm/tools/lldb/source/Symbol/ |
| H A D | ClangASTImporter.cpp | 56 clang::ASTContext *src_ast, in CopyType() argument 58 MinionSP minion_sp(GetMinion(dst_ast, src_ast)); in CopyType() 68 clang::ASTContext *src_ast, in CopyType() argument 70 return CopyType(dst_ast, src_ast, QualType::getFromOpaquePtr(type)) in CopyType() 78 ClangASTContext *src_ast = in CopyType() local 80 if (src_ast) { in CopyType() 81 clang::ASTContext *src_clang_ast = src_ast->getASTContext(); in CopyType() 95 clang::ASTContext *src_ast, in CopyDecl() argument 99 minion_sp = GetMinion(dst_ast, src_ast); in CopyDecl() 805 md->m_minions.erase(src_ast); in ForgetSource() [all …]
|
| H A D | ClangASTContext.cpp | 1409 clang::Decl *ClangASTContext::CopyDecl(ASTContext *dst_ast, ASTContext *src_ast, in CopyDecl() argument 1413 ASTImporter importer(*dst_ast, file_manager, *src_ast, file_manager, false); in CopyDecl()
|
| /freebsd-12.1/contrib/llvm/tools/lldb/source/Plugins/ExpressionParser/Clang/ |
| H A D | ClangASTSource.cpp | 1932 clang::ASTContext *src_ast = in AddNamespace() local 1934 if (!src_ast) in AddNamespace() 2009 ClangASTContext *src_ast = in GuardedCopyType() local 2011 if (src_ast == nullptr) in GuardedCopyType() 2022 m_ast_importer_sp->CopyType(m_ast_context, src_ast->getASTContext(), in GuardedCopyType() 2026 CopyTypeWithMerger(*src_ast->getASTContext(), *m_merger_up, in GuardedCopyType()
|