Searched refs:FindNamespace (Results 1 - 10 of 10) sorted by relevance

/freebsd-10.0-release/contrib/llvm/tools/lldb/include/lldb/Symbol/
H A DSymbolFile.h149 FindNamespace (const SymbolContext& sc,
H A DSymbolVendor.h130 FindNamespace (const SymbolContext& sc,
/freebsd-10.0-release/contrib/llvm/tools/lldb/source/Plugins/SymbolFile/Symtab/
H A DSymbolFileSymtab.h111 FindNamespace (const lldb_private::SymbolContext& sc,
H A DSymbolFileSymtab.cpp302 SymbolFileSymtab::FindNamespace (const SymbolContext& sc, const ConstString &name, const ClangNamespaceDecl *namespace_decl) function in class:SymbolFileSymtab
/freebsd-10.0-release/contrib/llvm/tools/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);
/freebsd-10.0-release/contrib/llvm/tools/lldb/source/Plugins/SymbolFile/DWARF/
H A DSymbolFileDWARFDebugMap.h89 FindNamespace (const lldb_private::SymbolContext& sc,
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.h133 FindNamespace (const lldb_private::SymbolContext& sc,
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\"",
/freebsd-10.0-release/contrib/llvm/tools/lldb/source/Expression/
H A DClangASTSource.cpp624 found_namespace_decl = symbol_vendor->FindNamespace(null_sc, name, &namespace_decl);
659 found_namespace_decl = symbol_vendor->FindNamespace(null_sc, name, &namespace_decl);
1608 found_namespace_decl = symbol_vendor->FindNamespace(null_sc, name, &module_parent_namespace_decl);
1645 found_namespace_decl = symbol_vendor->FindNamespace(null_sc, name, &null_namespace_decl);

Completed in 200 milliseconds