Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/lldb/source/Symbol/
H A DFunction.cpp54 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 DBlock.cpp322 const Declaration &func_decl = func_type->GetDeclaration(); in AddRange()
H A DType.cpp427 const Declaration &Type::GetDeclaration() const { return m_decl; } in GetDeclaration() function in Type
H A DSymbolContext.cpp1087 if (!FileSpec::Equal(inline_info->GetDeclaration().GetFile(), in SymbolContextMatches()
/freebsd-12.1/contrib/llvm/tools/lldb/source/Core/
H A DValueObjectDynamicValue.cpp372 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 DValueObjectSyntheticFilter.cpp379 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 DValueObjectVariable.cpp305 bool ValueObjectVariable::GetDeclaration(Declaration &decl) { in GetDeclaration() function in ValueObjectVariable
307 decl = m_variable_sp->GetDeclaration(); in GetDeclaration()
H A DAddress.cpp717 var->GetDeclaration().DumpStopContext(s, false); in Dump()
H A DValueObject.cpp1642 bool ValueObject::GetDeclaration(Declaration &decl) { in GetDeclaration() function in ValueObject
/freebsd-12.1/contrib/llvm/tools/lldb/include/lldb/Symbol/
H A DFunction.h104 Declaration &GetDeclaration();
112 const Declaration &GetDeclaration() const;
H A DVariable.h49 const Declaration &GetDeclaration() const { return m_declaration; } in GetDeclaration() function
H A DType.h180 const lldb_private::Declaration &GetDeclaration() const;
/freebsd-12.1/contrib/llvm/tools/lldb/source/Commands/
H A DCommandObjectFrame.cpp579 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 DCommandObjectWatchpoint.cpp935 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 DValueObjectVariable.h72 bool GetDeclaration(Declaration &decl) override;
H A DValueObjectDynamicValue.h107 bool GetDeclaration(Declaration &decl) override;
H A DValueObjectSyntheticFilter.h125 bool GetDeclaration(Declaration &decl) override;
H A DValueObject.h480 virtual bool GetDeclaration(Declaration &decl);
/freebsd-12.1/contrib/libevent/
H A Devent_rpcgen.py108 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 Devent_rpcgen.py108 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 DSBValue.h258 lldb::SBDeclaration GetDeclaration();
/freebsd-12.1/contrib/llvm/tools/lldb/source/Breakpoint/
H A DBreakpointResolverFileLine.cpp160 … const Declaration &inline_declaration = inline_block->GetInlinedFunctionInfo()->GetDeclaration(); in FilterContexts()
/freebsd-12.1/contrib/llvm/tools/lldb/source/API/
H A DSBValue.cpp1492 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 DTSanRuntime.cpp581 decl = var->GetDeclaration(); in GetSymbolDeclarationFromAddress()
/freebsd-12.1/contrib/llvm/tools/lldb/source/Plugins/SymbolFile/DWARF/
H A DDWARFASTParserClang.cpp190 &dwo_type_sp->GetDeclaration(), type, Type::eResolveStateForward)); in ParseTypeFromDWO()