Home
last modified time | relevance | path

Searched defs:parent_decl_ctx (Results 1 – 16 of 16) sorted by relevance

/openbsd-src/gnu/llvm/lldb/source/Symbol/
H A DSymbolFile.cpp115 const CompilerDeclContext &parent_decl_ctx, in FindGlobalVariables()
124 const CompilerDeclContext &parent_decl_ctx, in FindFunctions()
137 ConstString name, const CompilerDeclContext &parent_decl_ctx, in FindTypes()
H A DSymbolFileOnDemand.cpp329 ConstString name, const CompilerDeclContext &parent_decl_ctx, in FindGlobalVariables()
389 const CompilerDeclContext &parent_decl_ctx, bool include_inlines, in FindFunctions()
435 ConstString name, const CompilerDeclContext &parent_decl_ctx, in FindTypes()
486 const CompilerDeclContext &parent_decl_ctx) { in FindNamespace()
/openbsd-src/gnu/llvm/lldb/source/Plugins/SymbolFile/Breakpad/
H A DSymbolFileBreakpad.h88 const CompilerDeclContext &parent_decl_ctx, in FindGlobalVariables()
139 const CompilerDeclContext &parent_decl_ctx) override { in FindNamespace()
H A DSymbolFileBreakpad.cpp426 const CompilerDeclContext &parent_decl_ctx, bool include_inlines, in FindFunctions()
452 ConstString name, const CompilerDeclContext &parent_decl_ctx, in FindTypes()
/openbsd-src/gnu/llvm/lldb/source/Plugins/SymbolFile/DWARF/
H A DDWARFIndex.cpp25 const CompilerDeclContext &parent_decl_ctx, in ProcessFunctionDIE()
H A DSymbolFileDWARFDebugMap.cpp883 ConstString name, const CompilerDeclContext &parent_decl_ctx, in PrivateFindGlobalVariables()
905 ConstString name, const CompilerDeclContext &parent_decl_ctx, in FindGlobalVariables()
1060 const CompilerDeclContext &parent_decl_ctx, bool include_inlines, in FindFunctions()
1223 ConstString name, const CompilerDeclContext &parent_decl_ctx, in FindTypes()
1248 const CompilerDeclContext &parent_decl_ctx) { in FindNamespace()
H A DAppleDWARFIndex.cpp184 const CompilerDeclContext &parent_decl_ctx, in GetFunctions()
H A DDebugNamesDWARFIndex.cpp243 const CompilerDeclContext &parent_decl_ctx, in GetFunctions()
H A DManualDWARFIndex.cpp433 const CompilerDeclContext &parent_decl_ctx, in GetFunctions()
H A DSymbolFileDWARF.cpp2175 ConstString name, const CompilerDeclContext &parent_decl_ctx, in FindGlobalVariables()
2360 const CompilerDeclContext &parent_decl_ctx, in FindFunctions()
2477 ConstString name, const CompilerDeclContext &parent_decl_ctx, in FindTypes()
2650 const CompilerDeclContext &parent_decl_ctx) { in FindNamespace()
/openbsd-src/gnu/llvm/lldb/source/Core/
H A DModule.cpp610 const CompilerDeclContext &parent_decl_ctx, in FindGlobalVariables()
830 const CompilerDeclContext &parent_decl_ctx, in FindFunctions()
849 const CompilerDeclContext &parent_decl_ctx, in FindFunctions()
958 ConstString name, const CompilerDeclContext &parent_decl_ctx, in FindTypes_Impl()
968 const CompilerDeclContext &parent_decl_ctx, in FindTypesInNamespace()
/openbsd-src/gnu/llvm/lldb/source/Plugins/SymbolFile/PDB/
H A DSymbolFilePDB.cpp1117 lldb_private::ConstString name, const CompilerDeclContext &parent_decl_ctx, in FindGlobalVariables()
1314 const lldb_private::CompilerDeclContext &parent_decl_ctx, in FindFunctions()
1446 lldb_private::ConstString name, const CompilerDeclContext &parent_decl_ctx, in FindTypes()
1537 const lldb_private::CompilerDeclContext &parent_decl_ctx, in FindTypesByName()
1696 const CompilerDeclContext &parent_decl_ctx) { in FindNamespace()
/openbsd-src/gnu/llvm/lldb/include/lldb/Symbol/
H A DSymbolFile.h318 FindNamespace(ConstString name, const CompilerDeclContext &parent_decl_ctx) { in FindNamespace()
/openbsd-src/gnu/llvm/lldb/source/Plugins/SymbolFile/NativePDB/
H A DUdtRecordCompleter.cpp343 clang::DeclContext *parent_decl_ctx) { in AddMember()
H A DSymbolFileNativePDB.cpp1645 ConstString name, const CompilerDeclContext &parent_decl_ctx, in FindGlobalVariables()
1672 const CompilerDeclContext &parent_decl_ctx, bool include_inlines, in FindFunctions()
1715 ConstString name, const CompilerDeclContext &parent_decl_ctx, in FindTypes()
2131 const CompilerDeclContext &parent_decl_ctx) { in FindNamespace()
/openbsd-src/gnu/llvm/lldb/source/Plugins/TypeSystem/Clang/
H A DTypeSystemClang.cpp9664 clang::DeclContext *parent_decl_ctx = child_decl_ctx->getParent(); in CountDeclLevels() local