Home
last modified time | relevance | path

Searched refs:parent_decl_ctx (Results 1 – 25 of 26) sorted by relevance

12

/openbsd/src/gnu/llvm/lldb/source/Symbol/
DSymbolFileOnDemand.cpp329 ConstString name, const CompilerDeclContext &parent_decl_ctx, in FindGlobalVariables() argument
353 return m_sym_file_impl->FindGlobalVariables(name, parent_decl_ctx, in FindGlobalVariables()
389 const CompilerDeclContext &parent_decl_ctx, bool include_inlines, in FindFunctions() argument
417 return m_sym_file_impl->FindFunctions(lookup_info, parent_decl_ctx, in FindFunctions()
435 ConstString name, const CompilerDeclContext &parent_decl_ctx, in FindTypes() argument
445 return m_sym_file_impl->FindTypes(name, parent_decl_ctx, max_matches, in FindTypes()
486 const CompilerDeclContext &parent_decl_ctx) { in FindNamespace() argument
490 return SymbolFile::FindNamespace(name, parent_decl_ctx); in FindNamespace()
492 return m_sym_file_impl->FindNamespace(name, parent_decl_ctx); in FindNamespace()
DSymbolFile.cpp115 const CompilerDeclContext &parent_decl_ctx, in FindGlobalVariables() argument
124 const CompilerDeclContext &parent_decl_ctx, in FindFunctions() argument
137 ConstString name, const CompilerDeclContext &parent_decl_ctx, in FindTypes() argument
/openbsd/src/gnu/llvm/lldb/source/Plugins/SymbolFile/DWARF/
DDWARFIndex.cpp25 const CompilerDeclContext &parent_decl_ctx, in ProcessFunctionDIE() argument
55 if (!looking_for_nonmethods && parent_decl_ctx.IsValid()) in ProcessFunctionDIE()
60 if (!SymbolFileDWARF::DIEInDeclContext(parent_decl_ctx, die)) in ProcessFunctionDIE()
DSymbolFileDWARFDebugMap.h112 const lldb_private::CompilerDeclContext &parent_decl_ctx,
119 const lldb_private::CompilerDeclContext &parent_decl_ctx,
127 const lldb_private::CompilerDeclContext &parent_decl_ctx,
138 const lldb_private::CompilerDeclContext &parent_decl_ctx) override;
271 const lldb_private::CompilerDeclContext &parent_decl_ctx,
DDWARFIndex.h59 const CompilerDeclContext &parent_decl_ctx,
79 const CompilerDeclContext &parent_decl_ctx,
DSymbolFileDWARF.h177 const lldb_private::CompilerDeclContext &parent_decl_ctx,
186 const lldb_private::CompilerDeclContext &parent_decl_ctx,
200 const lldb_private::CompilerDeclContext &parent_decl_ctx,
219 const lldb_private::CompilerDeclContext &parent_decl_ctx) override;
288 DIEInDeclContext(const lldb_private::CompilerDeclContext &parent_decl_ctx,
DDebugNamesDWARFIndex.cpp243 const CompilerDeclContext &parent_decl_ctx, in GetFunctions() argument
254 if (!ProcessFunctionDIE(lookup_info, *ref, dwarf, parent_decl_ctx, in GetFunctions()
264 m_fallback.GetFunctions(lookup_info, dwarf, parent_decl_ctx, callback); in GetFunctions()
DSymbolFileDWARFDebugMap.cpp883 ConstString name, const CompilerDeclContext &parent_decl_ctx, in PrivateFindGlobalVariables() argument
895 oso_dwarf->FindGlobalVariables(name, parent_decl_ctx, max_matches, in PrivateFindGlobalVariables()
905 ConstString name, const CompilerDeclContext &parent_decl_ctx, in FindGlobalVariables() argument
912 oso_dwarf->FindGlobalVariables(name, parent_decl_ctx, max_matches, in FindGlobalVariables()
1060 const CompilerDeclContext &parent_decl_ctx, bool include_inlines, in FindFunctions() argument
1068 oso_dwarf->FindFunctions(lookup_info, parent_decl_ctx, include_inlines, in FindFunctions()
1223 ConstString name, const CompilerDeclContext &parent_decl_ctx, in FindTypes() argument
1229 oso_dwarf->FindTypes(name, parent_decl_ctx, max_matches, in FindTypes()
1248 const CompilerDeclContext &parent_decl_ctx) { in FindNamespace() argument
1253 matching_namespace = oso_dwarf->FindNamespace(name, parent_decl_ctx); in FindNamespace()
DManualDWARFIndex.cpp433 const CompilerDeclContext &parent_decl_ctx, in GetFunctions() argument
443 if (!SymbolFileDWARF::DIEInDeclContext(parent_decl_ctx, in GetFunctions()
455 if (!SymbolFileDWARF::DIEInDeclContext(parent_decl_ctx, in GetFunctions()
464 if (name_type_mask & eFunctionNameTypeMethod && !parent_decl_ctx.IsValid()) { in GetFunctions()
471 !parent_decl_ctx.IsValid()) { in GetFunctions()
DSymbolFileDWARF.cpp2175 ConstString name, const CompilerDeclContext &parent_decl_ctx, in FindGlobalVariables() argument
2185 name.GetCString(), static_cast<const void *>(&parent_decl_ctx), in FindGlobalVariables()
2188 if (!DeclContextMatchesThisSymbolFile(parent_decl_ctx)) in FindGlobalVariables()
2221 if (parent_decl_ctx) { in FindGlobalVariables()
2226 actual_parent_decl_ctx != parent_decl_ctx) in FindGlobalVariables()
2251 name.GetCString(), static_cast<const void *>(&parent_decl_ctx), in FindGlobalVariables()
2360 const CompilerDeclContext &parent_decl_ctx, in FindFunctions() argument
2381 if (!DeclContextMatchesThisSymbolFile(parent_decl_ctx)) in FindFunctions()
2395 m_index->GetFunctions(lookup_info, *this, parent_decl_ctx, [&](DWARFDIE die) { in FindFunctions()
2411 m_index->GetFunctions(no_tp_lookup_info, *this, parent_decl_ctx, [&](DWARFDIE die) { in FindFunctions()
[all …]
DAppleDWARFIndex.cpp184 const CompilerDeclContext &parent_decl_ctx, in GetFunctions() argument
188 return ProcessFunctionDIE(lookup_info, die_ref, dwarf, parent_decl_ctx, in GetFunctions()
DAppleDWARFIndex.h57 const CompilerDeclContext &parent_decl_ctx,
DDebugNamesDWARFIndex.h52 const CompilerDeclContext &parent_decl_ctx,
DManualDWARFIndex.h51 const CompilerDeclContext &parent_decl_ctx,
/openbsd/src/gnu/llvm/lldb/source/Plugins/SymbolFile/PDB/
DSymbolFilePDB.h115 const lldb_private::CompilerDeclContext &parent_decl_ctx,
124 const lldb_private::CompilerDeclContext &parent_decl_ctx,
140 const lldb_private::CompilerDeclContext &parent_decl_ctx,
162 const lldb_private::CompilerDeclContext &parent_decl_ctx) override;
195 const lldb_private::CompilerDeclContext &parent_decl_ctx,
DSymbolFilePDB.cpp1117 lldb_private::ConstString name, const CompilerDeclContext &parent_decl_ctx, in FindGlobalVariables() argument
1120 if (!DeclContextMatchesThisSymbolFile(parent_decl_ctx)) in FindGlobalVariables()
1149 if (parent_decl_ctx.IsValid() && in FindGlobalVariables()
1150 GetDeclContextContainingUID(result->getSymIndexId()) != parent_decl_ctx) in FindGlobalVariables()
1314 const lldb_private::CompilerDeclContext &parent_decl_ctx, in FindFunctions() argument
1327 if (!DeclContextMatchesThisSymbolFile(parent_decl_ctx)) in FindFunctions()
1338 auto ResolveFn = [this, &name, parent_decl_ctx, include_inlines, &sc_list, in FindFunctions()
1348 if (parent_decl_ctx.IsValid() && in FindFunctions()
1349 GetDeclContextContainingUID(id) != parent_decl_ctx) in FindFunctions()
1446 lldb_private::ConstString name, const CompilerDeclContext &parent_decl_ctx, in FindTypes() argument
[all …]
/openbsd/src/gnu/llvm/lldb/source/Plugins/SymbolFile/Breakpad/
DSymbolFileBreakpad.h88 const CompilerDeclContext &parent_decl_ctx, in FindGlobalVariables() argument
115 const CompilerDeclContext &parent_decl_ctx,
121 void FindTypes(ConstString name, const CompilerDeclContext &parent_decl_ctx,
139 const CompilerDeclContext &parent_decl_ctx) override { in FindNamespace() argument
DSymbolFileBreakpad.cpp426 const CompilerDeclContext &parent_decl_ctx, bool include_inlines, in FindFunctions() argument
452 ConstString name, const CompilerDeclContext &parent_decl_ctx, in FindTypes() argument
/openbsd/src/gnu/llvm/lldb/include/lldb/Symbol/
DSymbolFileOnDemand.h134 const lldb_private::CompilerDeclContext &parent_decl_ctx,
143 const lldb_private::CompilerDeclContext &parent_decl_ctx,
157 const lldb_private::CompilerDeclContext &parent_decl_ctx,
176 const lldb_private::CompilerDeclContext &parent_decl_ctx) override;
DSymbolFile.h277 const CompilerDeclContext &parent_decl_ctx,
284 const CompilerDeclContext &parent_decl_ctx,
289 FindTypes(ConstString name, const CompilerDeclContext &parent_decl_ctx,
318 FindNamespace(ConstString name, const CompilerDeclContext &parent_decl_ctx) { in FindNamespace() argument
/openbsd/src/gnu/llvm/lldb/include/lldb/Core/
DModule.h313 const CompilerDeclContext &parent_decl_ctx,
336 const CompilerDeclContext &parent_decl_ctx,
401 const CompilerDeclContext &parent_decl_ctx,
481 const CompilerDeclContext &parent_decl_ctx,
1164 ConstString name, const CompilerDeclContext &parent_decl_ctx,
/openbsd/src/gnu/llvm/lldb/source/Plugins/SymbolFile/NativePDB/
DSymbolFileNativePDB.h107 const CompilerDeclContext &parent_decl_ctx,
135 const CompilerDeclContext &parent_decl_ctx,
143 void FindTypes(ConstString name, const CompilerDeclContext &parent_decl_ctx,
157 const CompilerDeclContext &parent_decl_ctx) override;
DUdtRecordCompleter.cpp343 clang::DeclContext *parent_decl_ctx) { in AddMember() argument
365 parent_decl_ctx, OptionalClangModuleID(), lldb::eAccessPublic, "", kind, in AddMember()
DSymbolFileNativePDB.cpp1645 ConstString name, const CompilerDeclContext &parent_decl_ctx, in FindGlobalVariables() argument
1672 const CompilerDeclContext &parent_decl_ctx, bool include_inlines, in FindFunctions() argument
1715 ConstString name, const CompilerDeclContext &parent_decl_ctx, in FindTypes() argument
2131 const CompilerDeclContext &parent_decl_ctx) { in FindNamespace() argument
/openbsd/src/gnu/llvm/lldb/source/Core/
DModule.cpp610 const CompilerDeclContext &parent_decl_ctx, in FindGlobalVariables() argument
613 symbols->FindGlobalVariables(name, parent_decl_ctx, max_matches, variables); in FindGlobalVariables()
830 const CompilerDeclContext &parent_decl_ctx, in FindFunctions() argument
835 symbols->FindFunctions(lookup_info, parent_decl_ctx, in FindFunctions()
849 const CompilerDeclContext &parent_decl_ctx, in FindFunctions() argument
855 FindFunctions(lookup_info, parent_decl_ctx, options, sc_list); in FindFunctions()
958 ConstString name, const CompilerDeclContext &parent_decl_ctx, in FindTypes_Impl() argument
963 symbols->FindTypes(name, parent_decl_ctx, max_matches, in FindTypes_Impl()
968 const CompilerDeclContext &parent_decl_ctx, in FindTypesInNamespace() argument
972 FindTypes_Impl(type_name, parent_decl_ctx, max_matches, searched_symbol_files, in FindTypesInNamespace()

12