forked from OSchip/llvm-project
DWARFDie.h: Move a class declaration out of the method description since r291861. [-Wdocumentation]
llvm-svn: 291886
This commit is contained in:
parent
1ec84c2a18
commit
fd3e6d857e
|
@ -287,10 +287,11 @@ public:
|
|||
getInlinedChainForAddress(const uint64_t Address,
|
||||
SmallVectorImpl<DWARFDie> &InlinedChain) const;
|
||||
|
||||
class attribute_iterator;
|
||||
|
||||
/// Get an iterator range to all attributes in the current DIE only.
|
||||
///
|
||||
/// \returns an iterator range for the attributes of the current DIE.
|
||||
class attribute_iterator;
|
||||
iterator_range<attribute_iterator> attributes() const;
|
||||
|
||||
class iterator;
|
||||
|
|
Loading…
Reference in New Issue