forked from OSchip/llvm-project
parent
9c0a243ce5
commit
808a9bdb13
|
@ -138,6 +138,8 @@ public:
|
|||
iterator begin() const { return TheMapping.begin(); }
|
||||
iterator end() const { return TheMapping.end(); }
|
||||
|
||||
bool empty() const { return TheMapping.empty(); }
|
||||
|
||||
/// member_* Iterate over the members of an equivalence class.
|
||||
///
|
||||
class member_iterator;
|
||||
|
|
Loading…
Reference in New Issue