Home
last modified time | relevance | path

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

/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 FindFunctions(const Module::LookupInfo & lookup_info,const CompilerDeclContext & parent_decl_ctx,bool include_inlines,SymbolContextList & sc_list) FindFunctions() argument
/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() argument
389 const CompilerDeclContext &parent_decl_ctx, bool include_inlines, in FindFunctions() argument
468 const CompilerDeclContext &parent_decl_ctx, in FindNamespace() argument
/llvm-project/lldb/source/Plugins/SymbolFile/DWARF/
H A DDWARFIndex.cpp28 const CompilerDeclContext &parent_decl_ctx, in ProcessFunctionDIE() argument
H A DSymbolFileDWARFDwo.cpp152 FindGlobalVariables(ConstString name,const CompilerDeclContext & parent_decl_ctx,uint32_t max_matches,VariableList & variables) FindGlobalVariables() argument
H A DAppleDWARFIndex.cpp278 const CompilerDeclContext &parent_decl_ctx, in GetFunctions()
H A DSymbolFileDWARFDebugMap.cpp900 ConstString name, const CompilerDeclContext &parent_decl_ctx, in PrivateFindGlobalVariables() argument
922 ConstString name, const CompilerDeclContext &parent_decl_ctx, in FindGlobalVariables() argument
1077 FindFunctions(const Module::LookupInfo & lookup_info,const CompilerDeclContext & parent_decl_ctx,bool include_inlines,SymbolContextList & sc_list) FindFunctions() argument
1250 FindNamespace(lldb_private::ConstString name,const CompilerDeclContext & parent_decl_ctx,bool only_root_namespaces) FindNamespace() argument
H A DDebugNamesDWARFIndex.cpp448 GetFunctions(const Module::LookupInfo & lookup_info,SymbolFileDWARF & dwarf,const CompilerDeclContext & parent_decl_ctx,llvm::function_ref<bool (DWARFDIE die)> callback) GetFunctions() argument
H A DManualDWARFIndex.cpp448 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.cpp2342 FindGlobalVariables(ConstString name,const CompilerDeclContext & parent_decl_ctx,uint32_t max_matches,VariableList & variables) FindGlobalVariables() argument
2540 FindFunctions(const Module::LookupInfo & lookup_info,const CompilerDeclContext & parent_decl_ctx,bool include_inlines,SymbolContextList & sc_list) FindFunctions() argument
2833 FindNamespace(ConstString name,const CompilerDeclContext & parent_decl_ctx,bool only_root_namespaces) FindNamespace() argument
[all...]
/llvm-project/lldb/source/Plugins/SymbolFile/CTF/
H A DSymbolFileCTF.cpp1059 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
1089 FindGlobalVariables(lldb_private::ConstString name,const lldb_private::CompilerDeclContext & parent_decl_ctx,uint32_t max_matches,lldb_private::VariableList & variables) FindGlobalVariables() argument
/llvm-project/lldb/source/Core/
H A DModule.cpp607 FindGlobalVariables(ConstString name,const CompilerDeclContext & parent_decl_ctx,size_t max_matches,VariableList & variables) FindGlobalVariables() argument
825 FindFunctions(const Module::LookupInfo & lookup_info,const CompilerDeclContext & parent_decl_ctx,const ModuleFunctionSearchOptions & options,SymbolContextList & sc_list) FindFunctions() argument
844 FindFunctions(ConstString name,const CompilerDeclContext & parent_decl_ctx,FunctionNameType name_type_mask,const ModuleFunctionSearchOptions & options,SymbolContextList & sc_list) FindFunctions() argument
/llvm-project/lldb/source/Plugins/SymbolFile/NativePDB/
H A DUdtRecordCompleter.cpp346 clang::DeclContext *parent_decl_ctx) { in AddMember() argument
H A DSymbolFileNativePDB.cpp1651 FindGlobalVariables(ConstString name,const CompilerDeclContext & parent_decl_ctx,uint32_t max_matches,VariableList & variables) FindGlobalVariables() argument
1678 FindFunctions(const Module::LookupInfo & lookup_info,const CompilerDeclContext & parent_decl_ctx,bool include_inlines,SymbolContextList & sc_list) FindFunctions() argument
2145 FindNamespace(ConstString name,const CompilerDeclContext & parent_decl_ctx,bool) FindNamespace() argument
/llvm-project/lldb/source/Plugins/SymbolFile/PDB/
H A DSymbolFilePDB.cpp1121 FindGlobalVariables(lldb_private::ConstString name,const CompilerDeclContext & parent_decl_ctx,uint32_t max_matches,lldb_private::VariableList & variables) FindGlobalVariables() argument
1318 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
1681 FindNamespace(lldb_private::ConstString name,const CompilerDeclContext & parent_decl_ctx,bool) FindNamespace() argument
[all...]
/llvm-project/lldb/source/Plugins/TypeSystem/Clang/
H A DTypeSystemClang.cpp9378 clang::DeclContext *parent_decl_ctx = child_decl_ctx->getParent(); CountDeclLevels() local