Home
last modified time | relevance | path

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

12

/freebsd/contrib/llvm-project/lldb/source/ValueObject/
H A DValueObjectDynamicValue.cpp407 bool ValueObjectDynamicValue::GetDeclaration(Declaration &decl) { in GetDeclaration() function in ValueObjectDynamicValue
409 return m_parent->GetDeclaration(decl); in GetDeclaration()
411 return ValueObject::GetDeclaration(decl); in GetDeclaration()
H A DValueObjectSynthetic.cpp427 bool ValueObjectSynthetic::GetDeclaration(Declaration &decl) { in GetDeclaration() function in ValueObjectSynthetic
429 return m_parent->GetDeclaration(decl); in GetDeclaration()
431 return ValueObject::GetDeclaration(decl); in GetDeclaration()
H A DValueObjectVariable.cpp341 bool ValueObjectVariable::GetDeclaration(Declaration &decl) { in GetDeclaration() function in ValueObjectVariable
343 decl = m_variable_sp->GetDeclaration(); in GetDeclaration()
/freebsd/contrib/llvm-project/lldb/source/Symbol/
H A DFunction.cpp53 Declaration &FunctionInfo::GetDeclaration() { return m_declaration; } in GetDeclaration() function in FunctionInfo
55 const Declaration &FunctionInfo::GetDeclaration() const { in GetDeclaration() function in FunctionInfo
286 if (m_type != nullptr && m_type->GetDeclaration().GetLine() != 0) { in GetStartLineSourceInfo()
288 std::make_shared<SupportFile>(m_type->GetDeclaration().GetFile()); in GetStartLineSourceInfo()
289 line_no = m_type->GetDeclaration().GetLine(); in GetStartLineSourceInfo()
H A DBlock.cpp343 const Declaration &func_decl = func_type->GetDeclaration(); in AddRange()
H A DType.cpp583 const Declaration &Type::GetDeclaration() const { return m_decl; } in GetDeclaration() function in Type
H A DSymbolContext.cpp1043 inline_info->GetDeclaration().GetFile())) in SymbolContextMatches()
/freebsd/contrib/llvm-project/lldb/include/lldb/Symbol/
H A DFunction.h94 Declaration &GetDeclaration();
100 const Declaration &GetDeclaration() const;
H A DVariable.h45 const Declaration &GetDeclaration() const { return m_declaration; } in GetDeclaration() function
H A DType.h518 const lldb_private::Declaration &GetDeclaration() const;
/freebsd/contrib/llvm-project/lldb/include/lldb/ValueObject/
H A DValueObjectVariable.h59 bool GetDeclaration(Declaration &decl) override;
H A DValueObjectDynamicValue.h90 bool GetDeclaration(Declaration &decl) override;
H A DValueObjectSynthetic.h120 bool GetDeclaration(Declaration &decl) override;
H A DValueObject.h482 virtual bool GetDeclaration(Declaration &decl);
/freebsd/contrib/llvm-project/lldb/source/Commands/
H A DCommandObjectFrame.cpp578 var_sp->GetDeclaration().GetFile()) { in DoExecute()
619 var_sp->GetDeclaration().GetFile()) { in DoExecute()
620 var_sp->GetDeclaration().DumpStopContext(&s, false); in DoExecute()
675 var_sp->GetDeclaration().GetFile()) { in DoExecute()
676 var_sp->GetDeclaration().DumpStopContext(&s, false); in DoExecute()
H A DCommandObjectWatchpoint.cpp919 if (var_sp->GetDeclaration().GetFile()) { in DoExecute()
922 var_sp->GetDeclaration().DumpStopContext(&ss, true); in DoExecute()
/freebsd/contrib/ntp/sntp/libevent/
H A Devent_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/contrib/libevent/
H A Devent_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/contrib/llvm-project/lldb/include/lldb/API/
H A DSBValue.h263 lldb::SBDeclaration GetDeclaration();
/freebsd/contrib/llvm-project/lldb/source/Breakpoint/
H A DBreakpointResolverFileLine.cpp146 … const Declaration &inline_declaration = inline_block->GetInlinedFunctionInfo()->GetDeclaration(); in FilterContexts()
H A DBreakpointLocation.cpp699 if (preferred_decl == info->GetDeclaration()) in GetSuggestedStackFrameIndex()
/freebsd/contrib/llvm-project/lldb/source/API/
H A DSBValue.cpp1439 lldb::SBDeclaration SBValue::GetDeclaration() { in GetDeclaration() function in SBValue
1447 if (value_sp->GetDeclaration(decl)) in GetDeclaration()
1501 if (value_sp->GetDeclaration(decl)) { in Watch()
/freebsd/contrib/llvm-project/lldb/source/Core/
H A DAddress.cpp753 var_sp->GetDeclaration().DumpStopContext(s, false); in Dump()
/freebsd/contrib/llvm-project/lldb/source/Plugins/InstrumentationRuntime/TSan/
H A DInstrumentationRuntimeTSan.cpp582 decl = var->GetDeclaration(); in GetSymbolDeclarationFromAddress()
/freebsd/contrib/llvm-project/lldb/source/Plugins/SymbolFile/NativePDB/
H A DSymbolFileNativePDB.cpp456 Declaration &decl = inline_site->inline_function_info->GetDeclaration(); in CreateBlock()
1546 parent_site->inline_function_info->GetDeclaration().GetFile(); in ParseInlineSite()

12