зеркало из https://github.com/microsoft/clang-1.git
Added an "ivar_empty" method to ObjCInterfaceDecl.
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@53099 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
Родитель
3cd483cbbf
Коммит
a0fb5861de
|
@ -317,6 +317,7 @@ public:
|
|||
ivar_iterator ivar_begin() const { return Ivars; }
|
||||
ivar_iterator ivar_end() const { return Ivars + ivar_size();}
|
||||
unsigned ivar_size() const { return NumIvars; }
|
||||
bool ivar_empty() const { return NumIvars == 0; }
|
||||
|
||||
unsigned getNumInstanceMethods() const { return NumInstanceMethods; }
|
||||
unsigned getNumClassMethods() const { return NumClassMethods; }
|
||||
|
|
Загрузка…
Ссылка в новой задаче