| /freebsd/contrib/llvm-project/lldb/source/ValueObject/ |
| H A D | ValueObjectDynamicValue.cpp | 407 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 D | ValueObjectSynthetic.cpp | 427 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 D | ValueObjectVariable.cpp | 341 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 D | Function.cpp | 53 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 D | Block.cpp | 343 const Declaration &func_decl = func_type->GetDeclaration(); in AddRange()
|
| H A D | Type.cpp | 583 const Declaration &Type::GetDeclaration() const { return m_decl; } in GetDeclaration() function in Type
|
| H A D | SymbolContext.cpp | 1043 inline_info->GetDeclaration().GetFile())) in SymbolContextMatches()
|
| /freebsd/contrib/llvm-project/lldb/include/lldb/Symbol/ |
| H A D | Function.h | 94 Declaration &GetDeclaration(); 100 const Declaration &GetDeclaration() const;
|
| H A D | Variable.h | 45 const Declaration &GetDeclaration() const { return m_declaration; } in GetDeclaration() function
|
| H A D | Type.h | 518 const lldb_private::Declaration &GetDeclaration() const;
|
| /freebsd/contrib/llvm-project/lldb/include/lldb/ValueObject/ |
| H A D | ValueObjectVariable.h | 59 bool GetDeclaration(Declaration &decl) override;
|
| H A D | ValueObjectDynamicValue.h | 90 bool GetDeclaration(Declaration &decl) override;
|
| H A D | ValueObjectSynthetic.h | 120 bool GetDeclaration(Declaration &decl) override;
|
| H A D | ValueObject.h | 482 virtual bool GetDeclaration(Declaration &decl);
|
| /freebsd/contrib/llvm-project/lldb/source/Commands/ |
| H A D | CommandObjectFrame.cpp | 578 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 D | CommandObjectWatchpoint.cpp | 919 if (var_sp->GetDeclaration().GetFile()) { in DoExecute() 922 var_sp->GetDeclaration().DumpStopContext(&ss, true); in DoExecute()
|
| /freebsd/contrib/ntp/sntp/libevent/ |
| H A D | event_rpcgen.py | 122 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 D | event_rpcgen.py | 122 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 D | SBValue.h | 263 lldb::SBDeclaration GetDeclaration();
|
| /freebsd/contrib/llvm-project/lldb/source/Breakpoint/ |
| H A D | BreakpointResolverFileLine.cpp | 146 … const Declaration &inline_declaration = inline_block->GetInlinedFunctionInfo()->GetDeclaration(); in FilterContexts()
|
| H A D | BreakpointLocation.cpp | 699 if (preferred_decl == info->GetDeclaration()) in GetSuggestedStackFrameIndex()
|
| /freebsd/contrib/llvm-project/lldb/source/API/ |
| H A D | SBValue.cpp | 1439 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 D | Address.cpp | 753 var_sp->GetDeclaration().DumpStopContext(s, false); in Dump()
|
| /freebsd/contrib/llvm-project/lldb/source/Plugins/InstrumentationRuntime/TSan/ |
| H A D | InstrumentationRuntimeTSan.cpp | 582 decl = var->GetDeclaration(); in GetSymbolDeclarationFromAddress()
|
| /freebsd/contrib/llvm-project/lldb/source/Plugins/SymbolFile/NativePDB/ |
| H A D | SymbolFileNativePDB.cpp | 456 Declaration &decl = inline_site->inline_function_info->GetDeclaration(); in CreateBlock() 1546 parent_site->inline_function_info->GetDeclaration().GetFile(); in ParseInlineSite()
|