Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/lldb/source/Symbol/
H A DSymbolFile.cpp116 const CompilerDeclContext &parent_decl_ctx, in FindGlobalVariables()
125 const CompilerDeclContext &parent_decl_ctx, in FindFunctions()
H A DSymbolFileOnDemand.cpp329 ConstString name, const CompilerDeclContext &parent_decl_ctx, in FindGlobalVariables()
389 const CompilerDeclContext &parent_decl_ctx, bool include_inlines, in FindFunctions()
468 const CompilerDeclContext &parent_decl_ctx, in FindNamespace()
/freebsd/contrib/llvm-project/lldb/source/Plugins/SymbolFile/Breakpad/
H A DSymbolFileBreakpad.h88 const CompilerDeclContext &parent_decl_ctx, in FindGlobalVariables()
128 const CompilerDeclContext &parent_decl_ctx, in FindNamespace()
H A DSymbolFileBreakpad.cpp428 const CompilerDeclContext &parent_decl_ctx, bool include_inlines, in FindFunctions()
/freebsd/contrib/llvm-project/lldb/source/Plugins/SymbolFile/DWARF/
H A DDWARFIndex.cpp28 const CompilerDeclContext &parent_decl_ctx, in ProcessFunctionDIE()
H A DSymbolFileDWARFDwo.cpp152 ConstString name, const CompilerDeclContext &parent_decl_ctx, in FindGlobalVariables()
H A DSymbolFileDWARFDebugMap.cpp900 ConstString name, const CompilerDeclContext &parent_decl_ctx, in PrivateFindGlobalVariables()
922 ConstString name, const CompilerDeclContext &parent_decl_ctx, in FindGlobalVariables()
1077 const CompilerDeclContext &parent_decl_ctx, bool include_inlines, in FindFunctions()
1250 lldb_private::ConstString name, const CompilerDeclContext &parent_decl_ctx, in FindNamespace()
H A DAppleDWARFIndex.cpp278 const CompilerDeclContext &parent_decl_ctx, in GetFunctions()
H A DDebugNamesDWARFIndex.cpp448 const CompilerDeclContext &parent_decl_ctx, in GetFunctions()
H A DManualDWARFIndex.cpp448 const CompilerDeclContext &parent_decl_ctx, in GetFunctions()
H A DSymbolFileDWARF.cpp2367 ConstString name, const CompilerDeclContext &parent_decl_ctx, in FindGlobalVariables()
2565 const CompilerDeclContext &parent_decl_ctx, in FindFunctions()
2858 const CompilerDeclContext &parent_decl_ctx, in FindNamespace()
/freebsd/contrib/llvm-project/lldb/source/Plugins/SymbolFile/CTF/
H A DSymbolFileCTF.cpp1059 const lldb_private::CompilerDeclContext &parent_decl_ctx, in FindFunctions()
1089 const lldb_private::CompilerDeclContext &parent_decl_ctx, in FindGlobalVariables()
/freebsd/contrib/llvm-project/lldb/source/Core/
H A DModule.cpp607 const CompilerDeclContext &parent_decl_ctx, in FindGlobalVariables()
825 const CompilerDeclContext &parent_decl_ctx, in FindFunctions()
844 const CompilerDeclContext &parent_decl_ctx, in FindFunctions()
/freebsd/contrib/llvm-project/lldb/source/Plugins/SymbolFile/NativePDB/
H A DUdtRecordCompleter.cpp346 clang::DeclContext *parent_decl_ctx) { in AddMember()
H A DSymbolFileNativePDB.cpp1651 ConstString name, const CompilerDeclContext &parent_decl_ctx, in FindGlobalVariables()
1678 const CompilerDeclContext &parent_decl_ctx, bool include_inlines, in FindFunctions()
2145 ConstString name, const CompilerDeclContext &parent_decl_ctx, bool) { in FindNamespace()
/freebsd/contrib/llvm-project/lldb/source/Plugins/SymbolFile/PDB/
H A DSymbolFilePDB.cpp1121 lldb_private::ConstString name, const CompilerDeclContext &parent_decl_ctx, in FindGlobalVariables()
1318 const lldb_private::CompilerDeclContext &parent_decl_ctx, in FindFunctions()
1681 const CompilerDeclContext &parent_decl_ctx, bool) { in FindNamespace()
/freebsd/contrib/llvm-project/lldb/source/Plugins/TypeSystem/Clang/
H A DTypeSystemClang.cpp9382 clang::DeclContext *parent_decl_ctx = child_decl_ctx->getParent(); in CountDeclLevels() local