#include <DWARFDeclContext.h>
Definition at line 28 of file DWARFDeclContext.h.
◆ collection
◆ DWARFDeclContext() [1/2]
lldb_private::plugin::dwarf::DWARFDeclContext::DWARFDeclContext |
( |
| ) |
|
|
inline |
◆ DWARFDeclContext() [2/2]
lldb_private::plugin::dwarf::DWARFDeclContext::DWARFDeclContext |
( |
llvm::ArrayRef< Entry > |
entries | ) |
|
|
inline |
◆ AppendDeclContext()
void lldb_private::plugin::dwarf::DWARFDeclContext::AppendDeclContext |
( |
dw_tag_t |
tag, |
|
|
const char * |
name |
|
) |
| |
|
inline |
◆ Clear()
void lldb_private::plugin::dwarf::DWARFDeclContext::Clear |
( |
| ) |
|
|
inline |
◆ GetQualifiedName()
const char * DWARFDeclContext::GetQualifiedName |
( |
| ) |
const |
◆ GetQualifiedNameAsConstString()
ConstString lldb_private::plugin::dwarf::DWARFDeclContext::GetQualifiedNameAsConstString |
( |
| ) |
const |
|
inline |
◆ GetSize()
uint32_t lldb_private::plugin::dwarf::DWARFDeclContext::GetSize |
( |
| ) |
const |
|
inline |
◆ operator!=()
bool lldb_private::plugin::dwarf::DWARFDeclContext::operator!= |
( |
const DWARFDeclContext & |
rhs | ) |
const |
|
inline |
◆ operator==()
◆ operator[]() [1/2]
Entry & lldb_private::plugin::dwarf::DWARFDeclContext::operator[] |
( |
uint32_t |
idx | ) |
|
|
inline |
◆ operator[]() [2/2]
const Entry & lldb_private::plugin::dwarf::DWARFDeclContext::operator[] |
( |
uint32_t |
idx | ) |
const |
|
inline |
◆ operator<<
llvm::raw_ostream & operator<< |
( |
llvm::raw_ostream & |
OS, |
|
|
const DWARFDeclContext & |
ctx |
|
) |
| |
|
friend |
◆ m_entries
collection lldb_private::plugin::dwarf::DWARFDeclContext::m_entries |
|
protected |
◆ m_qualified_name
std::string lldb_private::plugin::dwarf::DWARFDeclContext::m_qualified_name |
|
mutableprotected |
The documentation for this class was generated from the following files: