Home
last modified time | relevance | path

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

/external/lldb/include/lldb/Symbol/
DClangASTImporter.h242 class Minion : public clang::ASTImporter
245 Minion (ClangASTImporter &master, in Minion() function
287 typedef std::shared_ptr<Minion> MinionSP;
353 MinionSP minion = MinionSP(new Minion(*this, dst_ctx, src_ctx)); in GetMinion()
/external/lldb/source/Symbol/
DClangASTImporter.cpp454 ClangASTImporter::Minion::InitDeportWorkQueues (std::set<clang::NamedDecl *> *decls_to_deport, in InitDeportWorkQueues()
465 ClangASTImporter::Minion::ExecuteDeportWorkQueues () in ExecuteDeportWorkQueues()
511 ClangASTImporter::Minion::ImportDefinitionTo (clang::Decl *to, clang::Decl *from) in ImportDefinitionTo()
572 ClangASTImporter::Minion::Imported (clang::Decl *from, clang::Decl *to) in Imported()