Searched defs:FindNamespace (Results 1 - 5 of 5) sorted by relevance

/external/chromium_org/content/browser/appcache/
H A Dappcache.cc316 const AppCacheNamespace* AppCache::FindNamespace( function in class:content::AppCache
/external/lldb/source/Symbol/
H A DSymbolVendor.cpp364 SymbolVendor::FindNamespace(const SymbolContext& sc, const ConstString &name, const ClangNamespaceDecl *parent_namespace_decl) function in class:SymbolVendor
372 namespace_decl = m_sym_file_ap->FindNamespace (sc, name, parent_namespace_decl);
/external/lldb/source/Plugins/SymbolFile/Symtab/
H A DSymbolFileSymtab.cpp302 SymbolFileSymtab::FindNamespace (const SymbolContext& sc, const ConstString &name, const ClangNamespaceDecl *namespace_decl) function in class:SymbolFileSymtab
/external/lldb/source/Plugins/SymbolFile/DWARF/
H A DSymbolFileDWARFDebugMap.cpp1273 SymbolFileDWARFDebugMap::FindNamespace (const lldb_private::SymbolContext& sc, function in class:SymbolFileDWARFDebugMap
1284 matching_namespace = oso_dwarf->FindNamespace (sc, name, parent_namespace_decl);
1292 matching_namespace = oso_dwarf->FindNamespace (sc, name, parent_namespace_decl);
H A DSymbolFileDWARF.cpp4021 SymbolFileDWARF::FindNamespace (const SymbolContext& sc, function in class:SymbolFileDWARF
4030 "SymbolFileDWARF::FindNamespace (sc, name=\"%s\")",
4100 "SymbolFileDWARF::FindNamespace (sc, name=\"%s\") => clang::NamespaceDecl(%p) \"%s\"",

Completed in 564 milliseconds