Home
last modified time | relevance | path

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

/external/lldb/source/Plugins/SymbolFile/DWARF/
DSymbolFileDWARF.h301 …bool NamespaceDeclMatchesThisSymbolFile (const lldb_private::ClangNamespaceDecl…
DSymbolFileDWARF.cpp3008 SymbolFileDWARF::NamespaceDeclMatchesThisSymbolFile (const ClangNamespaceDecl *namespace_decl) in NamespaceDeclMatchesThisSymbolFile() function in SymbolFileDWARF
3098 if (!NamespaceDeclMatchesThisSymbolFile(namespace_decl)) in FindGlobalVariables()
3555 if (!NamespaceDeclMatchesThisSymbolFile(namespace_decl)) in FindFunctions()
3932 if (!NamespaceDeclMatchesThisSymbolFile(namespace_decl)) in FindTypes()
4034 if (!NamespaceDeclMatchesThisSymbolFile(parent_namespace_decl)) in FindNamespace()