Lines Matching defs:DebugInfoEntry

17 	DebugInfoEntry::AddAttribute_##name(uint16 attributeName,	\
24 DebugInfoEntry::DebugInfoEntry()
31 DebugInfoEntry::~DebugInfoEntry()
37 DebugInfoEntry::InitAfterHierarchy(DebugInfoEntryInitInfo& info)
44 DebugInfoEntry::InitAfterAttributes(DebugInfoEntryInitInfo& info)
51 DebugInfoEntry::SetParent(DebugInfoEntry* parent)
58 DebugInfoEntry::IsType() const
65 DebugInfoEntry::IsNamespace() const
72 DebugInfoEntry::Name() const
78 DebugInfoEntry::Description() const
84 DebugInfoEntry*
85 DebugInfoEntry::Specification() const
91 DebugInfoEntry*
92 DebugInfoEntry::AbstractOrigin() const
98 DebugInfoEntry*
99 DebugInfoEntry::SignatureType() const
106 DebugInfoEntry::GetLocationDescription()
113 DebugInfoEntry::GetDeclarationFile(uint32& _file) const
115 DeclarationLocation* location = const_cast<DebugInfoEntry*>(this)
126 DebugInfoEntry::GetDeclarationLine(uint32& _line) const
128 DeclarationLocation* location = const_cast<DebugInfoEntry*>(this)
139 DebugInfoEntry::GetDeclarationColumn(uint32& _column) const
141 DeclarationLocation* location = const_cast<DebugInfoEntry*>(this)
152 DebugInfoEntry::AddChild(DebugInfoEntry* child)
160 DebugInfoEntry::AddAttribute_decl_file(uint16 attributeName,
173 DebugInfoEntry::AddAttribute_decl_line(uint16 attributeName,
186 DebugInfoEntry::AddAttribute_decl_column(uint16 attributeName,
199 DebugInfoEntry::AddAttribute_location(uint16 attributeName,
220 DebugInfoEntry::AddAttribute_sibling(uint16 attributeName,
356 DebugInfoEntry::GetDeclarationLocation()
363 DebugInfoEntry::SetDynamicAttributeValue(DynamicAttributeValue& toSet,
383 DebugInfoEntry::SetConstantAttributeValue(ConstantAttributeValue& toSet,
403 DebugInfoEntry::SetMemberLocation(MemberLocation& toSet,