OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:m_decls_to_deport
(Results
1 - 2
of
2
) sorted by null
/external/lldb/source/Symbol/
ClangASTImporter.cpp
457
assert(!
m_decls_to_deport
); // TODO make debug only
460
m_decls_to_deport
= decls_to_deport;
467
assert(
m_decls_to_deport
); // TODO make debug only
472
while (!
m_decls_to_deport
->empty())
474
NamedDecl *decl = *
m_decls_to_deport
->begin();
477
m_decls_to_deport
->erase(decl);
506
m_decls_to_deport
= NULL;
636
if (
m_decls_to_deport
&& m_decls_already_deported)
643
m_decls_to_deport
->insert(to_named_decl);
/external/lldb/include/lldb/Symbol/
ClangASTImporter.h
253
m_decls_to_deport
(NULL),
281
std::set<clang::NamedDecl *> *
m_decls_to_deport
;
member in class:lldb_private::ClangASTImporter::Minion
Completed in 48 milliseconds