Searched defs:parent_decl_ctx (Results 1 – 14 of 14) sorted by relevance
| /external/llvm-project/lldb/source/Symbol/ |
| D | SymbolFile.cpp | 108 const CompilerDeclContext &parent_decl_ctx, in FindGlobalVariables() 117 const CompilerDeclContext &parent_decl_ctx, in FindFunctions() 133 ConstString name, const CompilerDeclContext &parent_decl_ctx, in FindTypes()
|
| /external/llvm-project/lldb/source/Plugins/SymbolFile/Breakpad/ |
| D | SymbolFileBreakpad.h | 85 const CompilerDeclContext &parent_decl_ctx, in FindGlobalVariables() 138 const CompilerDeclContext &parent_decl_ctx) override { in FindNamespace()
|
| D | SymbolFileBreakpad.cpp | 297 ConstString name, const CompilerDeclContext &parent_decl_ctx, in FindFunctions() 310 ConstString name, const CompilerDeclContext &parent_decl_ctx, in FindTypes()
|
| /external/llvm-project/lldb/source/Plugins/SymbolFile/DWARF/ |
| D | DWARFIndex.cpp | 23 const CompilerDeclContext &parent_decl_ctx, uint32_t name_type_mask, in ProcessFunctionDIE()
|
| D | AppleDWARFIndex.cpp | 181 const CompilerDeclContext &parent_decl_ctx, uint32_t name_type_mask, in GetFunctions()
|
| D | SymbolFileDWARFDebugMap.cpp | 836 ConstString name, const CompilerDeclContext &parent_decl_ctx, in PrivateFindGlobalVariables() 858 ConstString name, const CompilerDeclContext &parent_decl_ctx, in FindGlobalVariables() 1012 ConstString name, const CompilerDeclContext &parent_decl_ctx, in FindFunctions() 1182 ConstString name, const CompilerDeclContext &parent_decl_ctx, in FindTypes() 1219 const CompilerDeclContext &parent_decl_ctx) { in FindNamespace()
|
| D | DebugNamesDWARFIndex.cpp | 236 const CompilerDeclContext &parent_decl_ctx, uint32_t name_type_mask, in GetFunctions()
|
| D | ManualDWARFIndex.cpp | 389 const CompilerDeclContext &parent_decl_ctx, uint32_t name_type_mask, in GetFunctions()
|
| D | SymbolFileDWARF.cpp | 2086 ConstString name, const CompilerDeclContext &parent_decl_ctx, in FindGlobalVariables() 2275 const CompilerDeclContext &parent_decl_ctx, in FindFunctions() 2378 ConstString name, const CompilerDeclContext &parent_decl_ctx, in FindTypes() 2500 const CompilerDeclContext &parent_decl_ctx) { in FindNamespace()
|
| /external/llvm-project/lldb/include/lldb/Symbol/ |
| D | SymbolFile.h | 261 FindNamespace(ConstString name, const CompilerDeclContext &parent_decl_ctx) { in FindNamespace()
|
| /external/llvm-project/lldb/source/Plugins/SymbolFile/PDB/ |
| D | SymbolFilePDB.cpp | 1099 lldb_private::ConstString name, const CompilerDeclContext &parent_decl_ctx, in FindGlobalVariables() 1296 const lldb_private::CompilerDeclContext &parent_decl_ctx, in FindFunctions() 1424 lldb_private::ConstString name, const CompilerDeclContext &parent_decl_ctx, in FindTypes() 1514 const lldb_private::CompilerDeclContext &parent_decl_ctx, in FindTypesByName() 1673 const CompilerDeclContext &parent_decl_ctx) { in FindNamespace()
|
| /external/llvm-project/lldb/source/Core/ |
| D | Module.cpp | 614 const CompilerDeclContext &parent_decl_ctx, in FindGlobalVariables() 802 const CompilerDeclContext &parent_decl_ctx, in FindFunctions() 939 ConstString name, const CompilerDeclContext &parent_decl_ctx, in FindTypes_Impl() 951 const CompilerDeclContext &parent_decl_ctx, in FindTypesInNamespace()
|
| /external/llvm-project/lldb/source/Plugins/SymbolFile/NativePDB/ |
| D | SymbolFileNativePDB.cpp | 1159 ConstString name, const CompilerDeclContext &parent_decl_ctx, in FindGlobalVariables() 1186 ConstString name, const CompilerDeclContext &parent_decl_ctx, in FindFunctions() 1224 ConstString name, const CompilerDeclContext &parent_decl_ctx, in FindTypes() 1556 const CompilerDeclContext &parent_decl_ctx) { in FindNamespace()
|
| /external/llvm-project/lldb/source/Plugins/TypeSystem/Clang/ |
| D | TypeSystemClang.cpp | 9352 clang::DeclContext *parent_decl_ctx = child_decl_ctx->getParent(); in CountDeclLevels() local
|