Lines Matching refs:DebugInfoEntry

16 	DebugInfoEntry::AddAttribute_##name(uint16 attributeName,	\
23 DebugInfoEntry::DebugInfoEntry()
30 DebugInfoEntry::~DebugInfoEntry()
36 DebugInfoEntry::InitAfterHierarchy(DebugInfoEntryInitInfo& info)
43 DebugInfoEntry::InitAfterAttributes(DebugInfoEntryInitInfo& info)
50 DebugInfoEntry::SetParent(DebugInfoEntry* parent)
57 DebugInfoEntry::IsType() const
64 DebugInfoEntry::IsNamespace() const
71 DebugInfoEntry::Name() const
77 DebugInfoEntry::Description() const
83 DebugInfoEntry*
84 DebugInfoEntry::Specification() const
90 DebugInfoEntry*
91 DebugInfoEntry::AbstractOrigin() const
98 DebugInfoEntry::GetLocationDescription()
105 DebugInfoEntry::GetDeclarationFile(uint32& _file) const
107 DeclarationLocation* location = const_cast<DebugInfoEntry*>(this)
118 DebugInfoEntry::GetDeclarationLine(uint32& _line) const
120 DeclarationLocation* location = const_cast<DebugInfoEntry*>(this)
131 DebugInfoEntry::GetDeclarationColumn(uint32& _column) const
133 DeclarationLocation* location = const_cast<DebugInfoEntry*>(this)
144 DebugInfoEntry::AddChild(DebugInfoEntry* child)
152 DebugInfoEntry::AddAttribute_decl_file(uint16 attributeName,
165 DebugInfoEntry::AddAttribute_decl_line(uint16 attributeName,
178 DebugInfoEntry::AddAttribute_decl_column(uint16 attributeName,
191 DebugInfoEntry::AddAttribute_location(uint16 attributeName,
212 DebugInfoEntry::AddAttribute_sibling(uint16 attributeName,
305 DebugInfoEntry::GetDeclarationLocation()
312 DebugInfoEntry::SetDynamicAttributeValue(DynamicAttributeValue& toSet,
332 DebugInfoEntry::SetConstantAttributeValue(ConstantAttributeValue& toSet,
352 DebugInfoEntry::SetMemberLocation(MemberLocation& toSet,