Home
last modified time | relevance | path

Searched refs:GetDeclaration (Results 1 – 25 of 27) sorted by relevance

12

/freebsd-14-stable/contrib/llvm-project/lldb/source/Core/
HDValueObjectDynamicValue.cpp383 bool ValueObjectDynamicValue::GetDeclaration(Declaration &decl) { in GetDeclaration() function in ValueObjectDynamicValue
385 return m_parent->GetDeclaration(decl); in GetDeclaration()
387 return ValueObject::GetDeclaration(decl); in GetDeclaration()
HDValueObjectSyntheticFilter.cpp422 bool ValueObjectSynthetic::GetDeclaration(Declaration &decl) { in GetDeclaration() function in ValueObjectSynthetic
424 return m_parent->GetDeclaration(decl); in GetDeclaration()
426 return ValueObject::GetDeclaration(decl); in GetDeclaration()
HDValueObjectVariable.cpp350 bool ValueObjectVariable::GetDeclaration(Declaration &decl) { in GetDeclaration() function in ValueObjectVariable
352 decl = m_variable_sp->GetDeclaration(); in GetDeclaration()
HDAddress.cpp765 var_sp->GetDeclaration().DumpStopContext(s, false); in Dump()
HDValueObject.cpp1716 bool ValueObject::GetDeclaration(Declaration &decl) { in GetDeclaration() function in ValueObject
/freebsd-14-stable/contrib/llvm-project/lldb/source/Symbol/
HDFunction.cpp53 Declaration &FunctionInfo::GetDeclaration() { return m_declaration; } in GetDeclaration() function in FunctionInfo
55 const Declaration &FunctionInfo::GetDeclaration() const { in GetDeclaration() function in FunctionInfo
281 if (m_type != nullptr && m_type->GetDeclaration().GetLine() != 0) { in GetStartLineSourceInfo()
282 source_file = m_type->GetDeclaration().GetFile(); in GetStartLineSourceInfo()
283 line_no = m_type->GetDeclaration().GetLine(); in GetStartLineSourceInfo()
HDBlock.cpp364 const Declaration &func_decl = func_type->GetDeclaration(); in AddRange()
HDType.cpp568 const Declaration &Type::GetDeclaration() const { return m_decl; } in GetDeclaration() function in Type
HDSymbolContext.cpp1061 inline_info->GetDeclaration().GetFile())) in SymbolContextMatches()
/freebsd-14-stable/contrib/llvm-project/lldb/include/lldb/Symbol/
HDFunction.h93 Declaration &GetDeclaration();
99 const Declaration &GetDeclaration() const;
HDVariable.h45 const Declaration &GetDeclaration() const { return m_declaration; } in GetDeclaration() function
HDType.h482 const lldb_private::Declaration &GetDeclaration() const;
/freebsd-14-stable/contrib/llvm-project/lldb/include/lldb/Core/
HDValueObjectVariable.h59 bool GetDeclaration(Declaration &decl) override;
HDValueObjectDynamicValue.h90 bool GetDeclaration(Declaration &decl) override;
HDValueObjectSyntheticFilter.h120 bool GetDeclaration(Declaration &decl) override;
HDValueObject.h482 virtual bool GetDeclaration(Declaration &decl);
/freebsd-14-stable/contrib/llvm-project/lldb/source/Commands/
HDCommandObjectFrame.cpp552 var_sp->GetDeclaration().GetFile()) { in DoExecute()
591 var_sp->GetDeclaration().GetFile()) { in DoExecute()
592 var_sp->GetDeclaration().DumpStopContext(&s, false); in DoExecute()
645 var_sp->GetDeclaration().GetFile()) { in DoExecute()
646 var_sp->GetDeclaration().DumpStopContext(&s, false); in DoExecute()
HDCommandObjectWatchpoint.cpp921 if (var_sp->GetDeclaration().GetFile()) { in DoExecute()
924 var_sp->GetDeclaration().DumpStopContext(&ss, true); in DoExecute()
/freebsd-14-stable/contrib/ntp/sntp/libevent/
HDevent_rpcgen.py122 dcl.extend(entry.GetDeclaration("(*%s_get)" % entry.Name()))
158 self.PrintIndented(filep, "", entry.GetDeclaration(entry.GetFuncName()))
519 def GetDeclaration(self, funcname): member in Entry
608 def GetDeclaration(self, funcname): member in EntryBytes
1076 def GetDeclaration(self, funcname): member in EntryVarBytes
1219 def GetDeclaration(self, funcname): member in EntryArray
/freebsd-14-stable/contrib/libevent/
HDevent_rpcgen.py122 dcl.extend(entry.GetDeclaration("(*%s_get)" % entry.Name()))
158 self.PrintIndented(filep, "", entry.GetDeclaration(entry.GetFuncName()))
519 def GetDeclaration(self, funcname): member in Entry
608 def GetDeclaration(self, funcname): member in EntryBytes
1076 def GetDeclaration(self, funcname): member in EntryVarBytes
1219 def GetDeclaration(self, funcname): member in EntryArray
/freebsd-14-stable/contrib/llvm-project/lldb/include/lldb/API/
HDSBValue.h266 lldb::SBDeclaration GetDeclaration();
/freebsd-14-stable/contrib/llvm-project/lldb/source/Breakpoint/
HDBreakpointResolverFileLine.cpp140 … const Declaration &inline_declaration = inline_block->GetInlinedFunctionInfo()->GetDeclaration(); in FilterContexts()
/freebsd-14-stable/contrib/llvm-project/lldb/source/API/
HDSBValue.cpp1422 lldb::SBDeclaration SBValue::GetDeclaration() { in GetDeclaration() function in SBValue
1430 if (value_sp->GetDeclaration(decl)) in GetDeclaration()
1484 if (value_sp->GetDeclaration(decl)) { in Watch()
/freebsd-14-stable/contrib/llvm-project/lldb/source/Plugins/InstrumentationRuntime/TSan/
HDInstrumentationRuntimeTSan.cpp584 decl = var->GetDeclaration(); in GetSymbolDeclarationFromAddress()
/freebsd-14-stable/contrib/llvm-project/lldb/source/Plugins/SymbolFile/NativePDB/
HDSymbolFileNativePDB.cpp460 Declaration &decl = inline_site->inline_function_info->GetDeclaration(); in CreateBlock()
1552 parent_site->inline_function_info->GetDeclaration().GetFile(); in ParseInlineSite()

12