add a method

llvm-svn: 22985
This commit is contained in:
Chris Lattner 2005-08-23 21:45:31 +00:00
parent 9c0a243ce5
commit 808a9bdb13
1 changed files with 2 additions and 0 deletions

View File

@ -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;