| /freebsd-12.1/contrib/llvm/tools/lldb/source/Symbol/ |
| H A D | Function.cpp | 54 Declaration &FunctionInfo::GetDeclaration() { return m_declaration; } in GetDeclaration() function in FunctionInfo 56 const Declaration &FunctionInfo::GetDeclaration() const { in GetDeclaration() function in FunctionInfo 212 if (m_type != nullptr && m_type->GetDeclaration().GetLine() != 0) { in GetStartLineSourceInfo() 213 source_file = m_type->GetDeclaration().GetFile(); in GetStartLineSourceInfo() 214 line_no = m_type->GetDeclaration().GetLine(); in GetStartLineSourceInfo()
|
| H A D | Block.cpp | 322 const Declaration &func_decl = func_type->GetDeclaration(); in AddRange()
|
| H A D | Type.cpp | 427 const Declaration &Type::GetDeclaration() const { return m_decl; } in GetDeclaration() function in Type
|
| H A D | SymbolContext.cpp | 1087 if (!FileSpec::Equal(inline_info->GetDeclaration().GetFile(), in SymbolContextMatches()
|
| /freebsd-12.1/contrib/llvm/tools/lldb/source/Core/ |
| H A D | ValueObjectDynamicValue.cpp | 372 bool ValueObjectDynamicValue::GetDeclaration(Declaration &decl) { in GetDeclaration() function in ValueObjectDynamicValue 374 return m_parent->GetDeclaration(decl); in GetDeclaration() 376 return ValueObject::GetDeclaration(decl); in GetDeclaration()
|
| H A D | ValueObjectSyntheticFilter.cpp | 379 bool ValueObjectSynthetic::GetDeclaration(Declaration &decl) { in GetDeclaration() function in ValueObjectSynthetic 381 return m_parent->GetDeclaration(decl); in GetDeclaration() 383 return ValueObject::GetDeclaration(decl); in GetDeclaration()
|
| H A D | ValueObjectVariable.cpp | 305 bool ValueObjectVariable::GetDeclaration(Declaration &decl) { in GetDeclaration() function in ValueObjectVariable 307 decl = m_variable_sp->GetDeclaration(); in GetDeclaration()
|
| H A D | Address.cpp | 717 var->GetDeclaration().DumpStopContext(s, false); in Dump()
|
| H A D | ValueObject.cpp | 1642 bool ValueObject::GetDeclaration(Declaration &decl) { in GetDeclaration() function in ValueObject
|
| /freebsd-12.1/contrib/llvm/tools/lldb/include/lldb/Symbol/ |
| H A D | Function.h | 104 Declaration &GetDeclaration(); 112 const Declaration &GetDeclaration() const;
|
| H A D | Variable.h | 49 const Declaration &GetDeclaration() const { return m_declaration; } in GetDeclaration() function
|
| H A D | Type.h | 180 const lldb_private::Declaration &GetDeclaration() const;
|
| /freebsd-12.1/contrib/llvm/tools/lldb/source/Commands/ |
| H A D | CommandObjectFrame.cpp | 579 var_sp->GetDeclaration().GetFile()) { in DoExecute() 624 var_sp->GetDeclaration().GetFile()) { in DoExecute() 625 var_sp->GetDeclaration().DumpStopContext(&s, false); in DoExecute() 697 var_sp->GetDeclaration().GetFile()) { in DoExecute() 698 var_sp->GetDeclaration().DumpStopContext(&s, false); in DoExecute()
|
| H A D | CommandObjectWatchpoint.cpp | 935 if (var_sp && var_sp->GetDeclaration().GetFile()) { in DoExecute() 938 var_sp->GetDeclaration().DumpStopContext(&ss, true); in DoExecute()
|
| /freebsd-12.1/contrib/llvm/tools/lldb/include/lldb/Core/ |
| H A D | ValueObjectVariable.h | 72 bool GetDeclaration(Declaration &decl) override;
|
| H A D | ValueObjectDynamicValue.h | 107 bool GetDeclaration(Declaration &decl) override;
|
| H A D | ValueObjectSyntheticFilter.h | 125 bool GetDeclaration(Declaration &decl) override;
|
| H A D | ValueObject.h | 480 virtual bool GetDeclaration(Declaration &decl);
|
| /freebsd-12.1/contrib/libevent/ |
| H A D | event_rpcgen.py | 108 entry.GetDeclaration('(*%s_get)' % entry.Name())) 143 self.PrintIndented(file, '', entry.GetDeclaration( 437 def GetDeclaration(self, funcname): member in Entry 522 def GetDeclaration(self, funcname): member in EntryBytes 958 def GetDeclaration(self, funcname): member in EntryVarBytes 1085 def GetDeclaration(self, funcname): member in EntryArray
|
| /freebsd-12.1/contrib/ntp/sntp/libevent/ |
| H A D | event_rpcgen.py | 108 entry.GetDeclaration('(*%s_get)' % entry.Name())) 143 self.PrintIndented(file, '', entry.GetDeclaration( 437 def GetDeclaration(self, funcname): member in Entry 522 def GetDeclaration(self, funcname): member in EntryBytes 958 def GetDeclaration(self, funcname): member in EntryVarBytes 1085 def GetDeclaration(self, funcname): member in EntryArray
|
| /freebsd-12.1/contrib/llvm/tools/lldb/include/lldb/API/ |
| H A D | SBValue.h | 258 lldb::SBDeclaration GetDeclaration();
|
| /freebsd-12.1/contrib/llvm/tools/lldb/source/Breakpoint/ |
| H A D | BreakpointResolverFileLine.cpp | 160 … const Declaration &inline_declaration = inline_block->GetInlinedFunctionInfo()->GetDeclaration(); in FilterContexts()
|
| /freebsd-12.1/contrib/llvm/tools/lldb/source/API/ |
| H A D | SBValue.cpp | 1492 lldb::SBDeclaration SBValue::GetDeclaration() { in GetDeclaration() function in SBValue 1498 if (value_sp->GetDeclaration(decl)) in GetDeclaration() 1543 if (value_sp->GetDeclaration(decl)) { in Watch()
|
| /freebsd-12.1/contrib/llvm/tools/lldb/source/Plugins/InstrumentationRuntime/TSan/ |
| H A D | TSanRuntime.cpp | 581 decl = var->GetDeclaration(); in GetSymbolDeclarationFromAddress()
|
| /freebsd-12.1/contrib/llvm/tools/lldb/source/Plugins/SymbolFile/DWARF/ |
| H A D | DWARFASTParserClang.cpp | 190 &dwo_type_sp->GetDeclaration(), type, Type::eResolveStateForward)); in ParseTypeFromDWO()
|