Home
last modified time | relevance | path

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

/llvm-project-15.0.7/lldb/source/Plugins/SymbolFile/DWARF/
H A DDWARFIndex.cpp23 const CompilerDeclContext &parent_decl_ctx, uint32_t name_type_mask, in ProcessFunctionDIE() argument
35 if (!looking_for_nonmethods && parent_decl_ctx.IsValid()) in ProcessFunctionDIE()
40 if (!SymbolFileDWARF::DIEInDeclContext(parent_decl_ctx, die)) in ProcessFunctionDIE()
H A DSymbolFileDWARFDebugMap.h106 const lldb_private::CompilerDeclContext &parent_decl_ctx,
113 const lldb_private::CompilerDeclContext &parent_decl_ctx,
122 const lldb_private::CompilerDeclContext &parent_decl_ctx,
133 const lldb_private::CompilerDeclContext &parent_decl_ctx) override;
255 const lldb_private::CompilerDeclContext &parent_decl_ctx,
H A DDWARFIndex.h58 const CompilerDeclContext &parent_decl_ctx,
79 const CompilerDeclContext &parent_decl_ctx,
H A DSymbolFileDWARFDebugMap.cpp831 ConstString name, const CompilerDeclContext &parent_decl_ctx, in PrivateFindGlobalVariables() argument
843 oso_dwarf->FindGlobalVariables(name, parent_decl_ctx, max_matches, in PrivateFindGlobalVariables()
853 ConstString name, const CompilerDeclContext &parent_decl_ctx, in FindGlobalVariables() argument
860 oso_dwarf->FindGlobalVariables(name, parent_decl_ctx, max_matches, in FindGlobalVariables()
1007 ConstString name, const CompilerDeclContext &parent_decl_ctx, in FindFunctions() argument
1016 oso_dwarf->FindFunctions(name, parent_decl_ctx, name_type_mask, in FindFunctions()
1171 ConstString name, const CompilerDeclContext &parent_decl_ctx, in FindTypes() argument
1177 oso_dwarf->FindTypes(name, parent_decl_ctx, max_matches, in FindTypes()
1196 const CompilerDeclContext &parent_decl_ctx) { in FindNamespace() argument
1201 matching_namespace = oso_dwarf->FindNamespace(name, parent_decl_ctx); in FindNamespace()
H A DSymbolFileDWARF.h173 const lldb_private::CompilerDeclContext &parent_decl_ctx,
182 const lldb_private::CompilerDeclContext &parent_decl_ctx,
197 const lldb_private::CompilerDeclContext &parent_decl_ctx,
216 const lldb_private::CompilerDeclContext &parent_decl_ctx) override;
285 DIEInDeclContext(const lldb_private::CompilerDeclContext &parent_decl_ctx,
H A DDebugNamesDWARFIndex.cpp242 const CompilerDeclContext &parent_decl_ctx, uint32_t name_type_mask, in GetFunctions() argument
253 if (!ProcessFunctionDIE(name.GetStringRef(), *ref, dwarf, parent_decl_ctx, in GetFunctions()
263 m_fallback.GetFunctions(name, dwarf, parent_decl_ctx, name_type_mask, in GetFunctions()
H A DManualDWARFIndex.cpp415 const CompilerDeclContext &parent_decl_ctx, uint32_t name_type_mask, in GetFunctions() argument
423 if (!SymbolFileDWARF::DIEInDeclContext(parent_decl_ctx, in GetFunctions()
435 if (!SymbolFileDWARF::DIEInDeclContext(parent_decl_ctx, in GetFunctions()
444 if (name_type_mask & eFunctionNameTypeMethod && !parent_decl_ctx.IsValid()) { in GetFunctions()
451 !parent_decl_ctx.IsValid()) { in GetFunctions()
H A DAppleDWARFIndex.cpp184 const CompilerDeclContext &parent_decl_ctx, uint32_t name_type_mask, in GetFunctions() argument
188 parent_decl_ctx, name_type_mask, callback); in GetFunctions()
H A DSymbolFileDWARF.cpp2130 ConstString name, const CompilerDeclContext &parent_decl_ctx, in FindGlobalVariables() argument
2143 if (!DeclContextMatchesThisSymbolFile(parent_decl_ctx)) in FindGlobalVariables()
2176 if (parent_decl_ctx) { in FindGlobalVariables()
2181 actual_parent_decl_ctx != parent_decl_ctx) in FindGlobalVariables()
2337 if (!DeclContextMatchesThisSymbolFile(parent_decl_ctx)) in FindFunctions()
2428 if (parent_decl_ctx) in FindTypes()
2443 if (!DeclContextMatchesThisSymbolFile(parent_decl_ctx)) in FindTypes()
2447 if (!DIEInDeclContext(parent_decl_ctx, die)) in FindTypes()
2474 if (parent_decl_ctx) { in FindTypes()
2550 if (!DeclContextMatchesThisSymbolFile(parent_decl_ctx)) in FindNamespace()
[all …]
H A DAppleDWARFIndex.h56 const CompilerDeclContext &parent_decl_ctx,
H A DDebugNamesDWARFIndex.h50 const CompilerDeclContext &parent_decl_ctx,
H A DManualDWARFIndex.h50 const CompilerDeclContext &parent_decl_ctx,
/llvm-project-15.0.7/lldb/source/Symbol/
H A DSymbolFileOnDemand.cpp319 ConstString name, const CompilerDeclContext &parent_decl_ctx, in FindGlobalVariables() argument
343 return m_sym_file_impl->FindGlobalVariables(name, parent_decl_ctx, in FindGlobalVariables()
378 ConstString name, const CompilerDeclContext &parent_decl_ctx, in FindFunctions() argument
405 return m_sym_file_impl->FindFunctions(name, parent_decl_ctx, name_type_mask, in FindFunctions()
423 ConstString name, const CompilerDeclContext &parent_decl_ctx, in FindTypes() argument
433 return m_sym_file_impl->FindTypes(name, parent_decl_ctx, max_matches, in FindTypes()
474 const CompilerDeclContext &parent_decl_ctx) { in FindNamespace() argument
478 return SymbolFile::FindNamespace(name, parent_decl_ctx); in FindNamespace()
480 return m_sym_file_impl->FindNamespace(name, parent_decl_ctx); in FindNamespace()
H A DSymbolFile.cpp115 const CompilerDeclContext &parent_decl_ctx, in FindGlobalVariables() argument
124 const CompilerDeclContext &parent_decl_ctx, in FindFunctions() argument
138 ConstString name, const CompilerDeclContext &parent_decl_ctx, in FindTypes() argument
/llvm-project-15.0.7/lldb/source/Plugins/SymbolFile/PDB/
H A DSymbolFilePDB.h114 const lldb_private::CompilerDeclContext &parent_decl_ctx,
123 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,
H A DSymbolFilePDB.cpp1115 if (!DeclContextMatchesThisSymbolFile(parent_decl_ctx)) in FindGlobalVariables()
1144 if (parent_decl_ctx.IsValid() && in FindGlobalVariables()
1309 const lldb_private::CompilerDeclContext &parent_decl_ctx, in FindFunctions() argument
1317 if (!DeclContextMatchesThisSymbolFile(parent_decl_ctx)) in FindFunctions()
1338 if (parent_decl_ctx.IsValid() && in FindFunctions()
1339 GetDeclContextContainingUID(id) != parent_decl_ctx) in FindFunctions()
1443 if (!DeclContextMatchesThisSymbolFile(parent_decl_ctx)) in FindTypes()
1526 const lldb_private::CompilerDeclContext &parent_decl_ctx, in FindTypesByName() argument
1561 if (parent_decl_ctx.IsValid() && in FindTypesByName()
1705 if (parent_decl_ctx) in FindNamespace()
[all …]
/llvm-project-15.0.7/lldb/include/lldb/Symbol/
H A DSymbolFileOnDemand.h130 const lldb_private::CompilerDeclContext &parent_decl_ctx,
139 const lldb_private::CompilerDeclContext &parent_decl_ctx,
154 const lldb_private::CompilerDeclContext &parent_decl_ctx,
173 const lldb_private::CompilerDeclContext &parent_decl_ctx) override;
H A DSymbolFile.h231 const CompilerDeclContext &parent_decl_ctx,
238 const CompilerDeclContext &parent_decl_ctx,
244 FindTypes(ConstString name, const CompilerDeclContext &parent_decl_ctx,
273 FindNamespace(ConstString name, const CompilerDeclContext &parent_decl_ctx) { in FindNamespace() argument
/llvm-project-15.0.7/lldb/source/Plugins/SymbolFile/Breakpad/
H A DSymbolFileBreakpad.h87 const CompilerDeclContext &parent_decl_ctx, in FindGlobalVariables() argument
114 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
H A DSymbolFileBreakpad.cpp424 ConstString name, const CompilerDeclContext &parent_decl_ctx, in FindFunctions() argument
450 ConstString name, const CompilerDeclContext &parent_decl_ctx, in FindTypes() argument
/llvm-project-15.0.7/lldb/source/Plugins/SymbolFile/NativePDB/
H A DSymbolFileNativePDB.h106 const CompilerDeclContext &parent_decl_ctx,
134 const CompilerDeclContext &parent_decl_ctx,
141 void FindTypes(ConstString name, const CompilerDeclContext &parent_decl_ctx,
155 const CompilerDeclContext &parent_decl_ctx) override;
H A DSymbolFileNativePDB.cpp1540 ConstString name, const CompilerDeclContext &parent_decl_ctx, in FindGlobalVariables() argument
1566 ConstString name, const CompilerDeclContext &parent_decl_ctx, in FindFunctions() argument
1605 ConstString name, const CompilerDeclContext &parent_decl_ctx, in FindTypes() argument
1950 const CompilerDeclContext &parent_decl_ctx) { in FindNamespace() argument
/llvm-project-15.0.7/lldb/include/lldb/Core/
H A DModule.h315 const CompilerDeclContext &parent_decl_ctx,
380 const CompilerDeclContext &parent_decl_ctx,
460 const CompilerDeclContext &parent_decl_ctx,
1120 ConstString name, const CompilerDeclContext &parent_decl_ctx,
/llvm-project-15.0.7/lldb/source/Core/
H A DModule.cpp605 const CompilerDeclContext &parent_decl_ctx, in FindGlobalVariables() argument
608 symbols->FindGlobalVariables(name, parent_decl_ctx, max_matches, variables); in FindGlobalVariables()
802 const CompilerDeclContext &parent_decl_ctx, in FindFunctions() argument
815 symbols->FindFunctions(lookup_info.GetLookupName(), parent_decl_ctx, in FindFunctions()
835 symbols->FindFunctions(name, parent_decl_ctx, name_type_mask, in FindFunctions()
944 ConstString name, const CompilerDeclContext &parent_decl_ctx, in FindTypes_Impl() argument
949 symbols->FindTypes(name, parent_decl_ctx, max_matches, in FindTypes_Impl()
954 const CompilerDeclContext &parent_decl_ctx, in FindTypesInNamespace() argument
958 FindTypes_Impl(type_name, parent_decl_ctx, max_matches, searched_symbol_files, in FindTypesInNamespace()
/llvm-project-15.0.7/lldb/source/Plugins/TypeSystem/Clang/
H A DTypeSystemClang.cpp9582 clang::DeclContext *parent_decl_ctx = child_decl_ctx->getParent(); in CountDeclLevels() local
9590 if (decl_ctx == parent_decl_ctx) in CountDeclLevels()
9615 if (ns == parent_decl_ctx) in CountDeclLevels()