Home
last modified time | relevance | path

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

/freebsd-src/contrib/llvm-project/lldb/source/Plugins/SymbolFile/Breakpad/
H A DSymbolFileBreakpad.h88 const CompilerDeclContext &parent_decl_ctx, in FindGlobalVariables() argument
129 FindNamespace(ConstString name,const CompilerDeclContext & parent_decl_ctx,bool only_root_namespaces) FindNamespace() argument
H A DSymbolFileBreakpad.cpp428 const CompilerDeclContext &parent_decl_ctx, bool include_inlines, in FindFunctions() argument
/freebsd-src/contrib/llvm-project/lldb/source/Symbol/
H A DSymbolFile.cpp116 const CompilerDeclContext &parent_decl_ctx, in FindGlobalVariables() argument
125 const CompilerDeclContext &parent_decl_ctx, in FindFunctions() argument
H A DSymbolFileOnDemand.cpp329 ConstString name, const CompilerDeclContext &parent_decl_ctx, in FindGlobalVariables() argument
389 const CompilerDeclContext &parent_decl_ctx, bool include_inlines, in FindFunctions() argument
469 FindNamespace(ConstString name,const CompilerDeclContext & parent_decl_ctx,bool only_root_namespaces) FindNamespace() argument
/freebsd-src/contrib/llvm-project/lldb/source/Plugins/SymbolFile/DWARF/
H A DDWARFIndex.cpp28 const CompilerDeclContext &parent_decl_ctx, in ProcessFunctionDIE() argument
H A DSymbolFileDWARFDwo.cpp147 FindGlobalVariables(ConstString name,const CompilerDeclContext & parent_decl_ctx,uint32_t max_matches,VariableList & variables) FindGlobalVariables() argument
H A DSymbolFileDWARFDebugMap.cpp891 PrivateFindGlobalVariables(ConstString name,const CompilerDeclContext & parent_decl_ctx,const std::vector<uint32_t> & indexes,uint32_t max_matches,VariableList & variables) PrivateFindGlobalVariables() argument
913 FindGlobalVariables(ConstString name,const CompilerDeclContext & parent_decl_ctx,uint32_t max_matches,VariableList & variables) FindGlobalVariables() argument
1068 FindFunctions(const Module::LookupInfo & lookup_info,const CompilerDeclContext & parent_decl_ctx,bool include_inlines,SymbolContextList & sc_list) FindFunctions() argument
1241 FindNamespace(lldb_private::ConstString name,const CompilerDeclContext & parent_decl_ctx,bool only_root_namespaces) FindNamespace() argument
H A DDebugNamesDWARFIndex.cpp265 GetFunctions(const Module::LookupInfo & lookup_info,SymbolFileDWARF & dwarf,const CompilerDeclContext & parent_decl_ctx,llvm::function_ref<bool (DWARFDIE die)> callback) GetFunctions() argument
H A DAppleDWARFIndex.cpp278 const CompilerDeclContext &parent_decl_ctx, in GetFunctions() argument
H A DManualDWARFIndex.cpp445 GetFunctions(const Module::LookupInfo & lookup_info,SymbolFileDWARF & dwarf,const CompilerDeclContext & parent_decl_ctx,llvm::function_ref<bool (DWARFDIE die)> callback) GetFunctions() argument
H A DSymbolFileDWARF.cpp2326 FindGlobalVariables(ConstString name,const CompilerDeclContext & parent_decl_ctx,uint32_t max_matches,VariableList & variables) FindGlobalVariables() argument
2524 FindFunctions(const Module::LookupInfo & lookup_info,const CompilerDeclContext & parent_decl_ctx,bool include_inlines,SymbolContextList & sc_list) FindFunctions() argument
2794 FindNamespace(ConstString name,const CompilerDeclContext & parent_decl_ctx,bool only_root_namespaces) FindNamespace() argument
[all...]
/freebsd-src/contrib/llvm-project/lldb/source/Plugins/SymbolFile/CTF/
H A DSymbolFileCTF.cpp1057 FindFunctions(const lldb_private::Module::LookupInfo & lookup_info,const lldb_private::CompilerDeclContext & parent_decl_ctx,bool include_inlines,lldb_private::SymbolContextList & sc_list) FindFunctions() argument
1087 FindGlobalVariables(lldb_private::ConstString name,const lldb_private::CompilerDeclContext & parent_decl_ctx,uint32_t max_matches,lldb_private::VariableList & variables) FindGlobalVariables() argument
/freebsd-src/contrib/llvm-project/lldb/source/Core/
H A DModule.cpp607 const CompilerDeclContext &parent_decl_ctx, in FindGlobalVariables() argument
825 const CompilerDeclContext &parent_decl_ctx, in FindFunctions() argument
844 const CompilerDeclContext &parent_decl_ctx, in FindFunctions() argument
/freebsd-src/contrib/llvm-project/lldb/source/Plugins/SymbolFile/NativePDB/
H A DUdtRecordCompleter.cpp343 AddMember(TypeSystemClang & clang,Member * field,uint64_t bit_offset,CompilerType parent_ct,ClangASTImporter::LayoutInfo & parent_layout,clang::DeclContext * parent_decl_ctx) AddMember() argument
H A DSymbolFileNativePDB.cpp1651 ConstString name, const CompilerDeclContext &parent_decl_ctx, in FindGlobalVariables() argument
1678 const CompilerDeclContext &parent_decl_ctx, bool include_inlines, in FindFunctions() argument
2145 ConstString name, const CompilerDeclContext &parent_decl_ctx, bool) { in FindNamespace() argument
/freebsd-src/contrib/llvm-project/lldb/source/Plugins/SymbolFile/PDB/
H A DSymbolFilePDB.cpp1121 lldb_private::ConstString name, const CompilerDeclContext &parent_decl_ctx, in FindGlobalVariables() argument
1318 const lldb_private::CompilerDeclContext &parent_decl_ctx, in FindFunctions() argument
1681 const CompilerDeclContext &parent_decl_ctx, boo in FindNamespace() argument
[all...]
/freebsd-src/contrib/llvm-project/lldb/source/Plugins/TypeSystem/Clang/
H A DTypeSystemClang.cpp9184 clang::DeclContext *parent_decl_ctx = child_decl_ctx->getParent(); CountDeclLevels() local