Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/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;
254 const lldb_private::CompilerDeclContext &parent_decl_ctx,
H A DDWARFIndex.h55 const CompilerDeclContext &parent_decl_ctx,
73 const CompilerDeclContext &parent_decl_ctx,
H A DManualDWARFIndex.cpp404 const CompilerDeclContext &parent_decl_ctx, uint32_t name_type_mask, in GetFunctions() argument
412 if (!SymbolFileDWARF::DIEInDeclContext(parent_decl_ctx, in GetFunctions()
424 if (!SymbolFileDWARF::DIEInDeclContext(parent_decl_ctx, in GetFunctions()
433 if (name_type_mask & eFunctionNameTypeMethod && !parent_decl_ctx.IsValid()) { in GetFunctions()
440 !parent_decl_ctx.IsValid()) { in GetFunctions()
H A DSymbolFileDWARF.h171 const lldb_private::CompilerDeclContext &parent_decl_ctx,
180 const lldb_private::CompilerDeclContext &parent_decl_ctx,
195 const lldb_private::CompilerDeclContext &parent_decl_ctx,
214 const lldb_private::CompilerDeclContext &parent_decl_ctx) override;
285 DIEInDeclContext(const lldb_private::CompilerDeclContext &parent_decl_ctx,
H A DSymbolFileDWARFDebugMap.cpp839 ConstString name, const CompilerDeclContext &parent_decl_ctx, in PrivateFindGlobalVariables() argument
851 oso_dwarf->FindGlobalVariables(name, parent_decl_ctx, max_matches, in PrivateFindGlobalVariables()
861 ConstString name, const CompilerDeclContext &parent_decl_ctx, in FindGlobalVariables() argument
868 oso_dwarf->FindGlobalVariables(name, parent_decl_ctx, max_matches, in FindGlobalVariables()
1015 ConstString name, const CompilerDeclContext &parent_decl_ctx, in FindFunctions() argument
1024 oso_dwarf->FindFunctions(name, parent_decl_ctx, name_type_mask, in FindFunctions()
1179 ConstString name, const CompilerDeclContext &parent_decl_ctx, in FindTypes() argument
1185 oso_dwarf->FindTypes(name, parent_decl_ctx, max_matches, in FindTypes()
1216 const CompilerDeclContext &parent_decl_ctx) { in FindNamespace() argument
1221 matching_namespace = oso_dwarf->FindNamespace(name, parent_decl_ctx); in FindNamespace()
H A DDebugNamesDWARFIndex.cpp236 const CompilerDeclContext &parent_decl_ctx, uint32_t name_type_mask, in GetFunctions() argument
247 if (!ProcessFunctionDIE(name.GetStringRef(), *ref, dwarf, parent_decl_ctx, in GetFunctions()
257 m_fallback.GetFunctions(name, dwarf, parent_decl_ctx, name_type_mask, in GetFunctions()
H A DSymbolFileDWARF.cpp2031 ConstString name, const CompilerDeclContext &parent_decl_ctx, in FindGlobalVariables() argument
2044 if (!DeclContextMatchesThisSymbolFile(parent_decl_ctx)) in FindGlobalVariables()
2076 if (parent_decl_ctx) { in FindGlobalVariables()
2081 actual_parent_decl_ctx != parent_decl_ctx) in FindGlobalVariables()
2241 if (!DeclContextMatchesThisSymbolFile(parent_decl_ctx)) in FindFunctions()
2333 if (parent_decl_ctx) in FindTypes()
2348 if (!DeclContextMatchesThisSymbolFile(parent_decl_ctx)) in FindTypes()
2352 if (!DIEInDeclContext(parent_decl_ctx, die)) in FindTypes()
2379 if (parent_decl_ctx) { in FindTypes()
2455 if (!DeclContextMatchesThisSymbolFile(parent_decl_ctx)) in FindNamespace()
[all …]
H A DAppleDWARFIndex.cpp181 const CompilerDeclContext &parent_decl_ctx, uint32_t name_type_mask, in GetFunctions() argument
185 parent_decl_ctx, name_type_mask, callback); in GetFunctions()
H A DManualDWARFIndex.h50 const CompilerDeclContext &parent_decl_ctx,
H A DAppleDWARFIndex.h56 const CompilerDeclContext &parent_decl_ctx,
H A DDebugNamesDWARFIndex.h50 const CompilerDeclContext &parent_decl_ctx,
/freebsd-13.1/contrib/llvm-project/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;
197 const lldb_private::CompilerDeclContext &parent_decl_ctx,
H A DSymbolFilePDB.cpp1106 if (!DeclContextMatchesThisSymbolFile(parent_decl_ctx)) in FindGlobalVariables()
1135 if (parent_decl_ctx.IsValid() && in FindGlobalVariables()
1300 const lldb_private::CompilerDeclContext &parent_decl_ctx, in FindFunctions() argument
1308 if (!DeclContextMatchesThisSymbolFile(parent_decl_ctx)) in FindFunctions()
1329 if (parent_decl_ctx.IsValid() && in FindFunctions()
1330 GetDeclContextContainingUID(id) != parent_decl_ctx) in FindFunctions()
1435 if (!DeclContextMatchesThisSymbolFile(parent_decl_ctx)) in FindTypes()
1518 const lldb_private::CompilerDeclContext &parent_decl_ctx, in FindTypesByName() argument
1553 if (parent_decl_ctx.IsValid() && in FindTypesByName()
1698 if (parent_decl_ctx) in FindNamespace()
[all …]
/freebsd-13.1/contrib/llvm-project/lldb/source/Plugins/SymbolFile/Breakpad/
H A DSymbolFileBreakpad.h85 const CompilerDeclContext &parent_decl_ctx, in FindGlobalVariables() argument
112 const CompilerDeclContext &parent_decl_ctx,
119 void FindTypes(ConstString name, const CompilerDeclContext &parent_decl_ctx,
137 const CompilerDeclContext &parent_decl_ctx) override { in FindNamespace() argument
H A DSymbolFileBreakpad.cpp296 ConstString name, const CompilerDeclContext &parent_decl_ctx, in FindFunctions() argument
309 ConstString name, const CompilerDeclContext &parent_decl_ctx, in FindTypes() argument
/freebsd-13.1/contrib/llvm-project/lldb/include/lldb/Symbol/
H A DSymbolFile.h220 const CompilerDeclContext &parent_decl_ctx,
227 const CompilerDeclContext &parent_decl_ctx,
233 FindTypes(ConstString name, const CompilerDeclContext &parent_decl_ctx,
262 FindNamespace(ConstString name, const CompilerDeclContext &parent_decl_ctx) { in FindNamespace() argument
/freebsd-13.1/contrib/llvm-project/lldb/source/Symbol/
H A DSymbolFile.cpp108 const CompilerDeclContext &parent_decl_ctx, in FindGlobalVariables() argument
117 const CompilerDeclContext &parent_decl_ctx, in FindFunctions() argument
133 ConstString name, const CompilerDeclContext &parent_decl_ctx, in FindTypes() argument
/freebsd-13.1/contrib/llvm-project/lldb/source/Plugins/SymbolFile/NativePDB/
H A DSymbolFileNativePDB.h103 const CompilerDeclContext &parent_decl_ctx,
131 const CompilerDeclContext &parent_decl_ctx,
138 void FindTypes(ConstString name, const CompilerDeclContext &parent_decl_ctx,
152 const CompilerDeclContext &parent_decl_ctx) override;
H A DSymbolFileNativePDB.cpp1159 ConstString name, const CompilerDeclContext &parent_decl_ctx, in FindGlobalVariables() argument
1186 ConstString name, const CompilerDeclContext &parent_decl_ctx, in FindFunctions() argument
1224 ConstString name, const CompilerDeclContext &parent_decl_ctx, in FindTypes() argument
1556 const CompilerDeclContext &parent_decl_ctx) { in FindNamespace() argument
/freebsd-13.1/contrib/llvm-project/lldb/include/lldb/Core/
H A DModule.h306 const CompilerDeclContext &parent_decl_ctx,
369 const CompilerDeclContext &parent_decl_ctx,
448 const CompilerDeclContext &parent_decl_ctx,
1043 ConstString name, const CompilerDeclContext &parent_decl_ctx,
/freebsd-13.1/contrib/llvm-project/lldb/source/Core/
H A DModule.cpp609 const CompilerDeclContext &parent_decl_ctx, in FindGlobalVariables() argument
612 symbols->FindGlobalVariables(name, parent_decl_ctx, max_matches, variables); in FindGlobalVariables()
797 const CompilerDeclContext &parent_decl_ctx, in FindFunctions() argument
810 symbols->FindFunctions(lookup_info.GetLookupName(), parent_decl_ctx, in FindFunctions()
830 symbols->FindFunctions(name, parent_decl_ctx, name_type_mask, in FindFunctions()
939 ConstString name, const CompilerDeclContext &parent_decl_ctx, in FindTypes_Impl() argument
945 symbols->FindTypes(name, parent_decl_ctx, max_matches, in FindTypes_Impl()
950 const CompilerDeclContext &parent_decl_ctx, in FindTypesInNamespace() argument
954 FindTypes_Impl(type_name, parent_decl_ctx, max_matches, searched_symbol_files, in FindTypesInNamespace()
/freebsd-13.1/contrib/llvm-project/lldb/source/Plugins/TypeSystem/Clang/
H A DTypeSystemClang.cpp9485 clang::DeclContext *parent_decl_ctx = child_decl_ctx->getParent(); in CountDeclLevels() local
9493 if (decl_ctx == parent_decl_ctx) in CountDeclLevels()
9518 if (ns == parent_decl_ctx) in CountDeclLevels()