Home
last modified time | relevance | path

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

/external/lldb/source/Symbol/
DClangASTImporter.cpp122 std::set<NamedDecl *> decls_to_deport; in DeportType() local
125 minion_sp->InitDeportWorkQueues(&decls_to_deport, in DeportType()
158 std::set<NamedDecl *> decls_to_deport; in DeportDecl() local
161 minion_sp->InitDeportWorkQueues(&decls_to_deport, in DeportDecl()
454 ClangASTImporter::Minion::InitDeportWorkQueues (std::set<clang::NamedDecl *> *decls_to_deport, in InitDeportWorkQueues() argument
460 m_decls_to_deport = decls_to_deport; in InitDeportWorkQueues()
/external/lldb/include/lldb/Symbol/
DClangASTImporter.h273 void InitDeportWorkQueues (std::set<clang::NamedDecl *> *decls_to_deport,