Searched refs:dst_ast (Results 1 - 2 of 2) sorted by relevance

/external/lldb/source/Symbol/
H A DClangASTImporter.cpp50 ClangASTImporter::CopyType (clang::ASTContext *dst_ast, argument
54 MinionSP minion_sp (GetMinion(dst_ast, src_ast));
63 ClangASTImporter::CopyType (clang::ASTContext *dst_ast, argument
67 return CopyType (dst_ast, src_ast, QualType::getFromOpaquePtr(type)).getAsOpaquePtr();
71 ClangASTImporter::CopyDecl (clang::ASTContext *dst_ast, argument
77 minion_sp = GetMinion(dst_ast, src_ast);
412 ClangASTImporter::ForgetDestination (clang::ASTContext *dst_ast) argument
417 log->Printf(" [ClangASTImporter] Forgetting destination (ASTContext*)%p", dst_ast);
419 m_metadata_map.erase(dst_ast);
423 ClangASTImporter::ForgetSource (clang::ASTContext *dst_ast, clan argument
[all...]
H A DClangASTContext.cpp1047 ClangASTContext::CopyType (ASTContext *dst_ast, argument
1053 ASTImporter importer(*dst_ast, file_manager,
1059 return ClangASTType (dst_ast, dst.getAsOpaquePtr());
1064 ClangASTContext::CopyDecl (ASTContext *dst_ast, argument
1070 ASTImporter importer(*dst_ast, file_manager,

Completed in 546 milliseconds