Lines Matching refs:isNullValue
3031 if (optInstanceMethods->isNullValue() && optClassMethods->isNullValue() && in EmitProtocolExtension()
3032 extendedMethodTypes->isNullValue() && instanceProperties->isNullValue() && in EmitProtocolExtension()
3033 classProperties->isNullValue()) { in EmitProtocolExtension()
3632 if (layout->isNullValue() && propertyList->isNullValue()) { in EmitClassExtension()
6244 if (!MethListPtr->isNullValue()) in BuildClassRoTInitializer()
6573 if (!InstanceMethodList->isNullValue()) in GenerateCategory()
6581 if (!ClassMethodList->isNullValue()) in GenerateCategory()
6589 InstanceMethodList->isNullValue() && ClassMethodList->isNullValue(); in GenerateCategory()
6610 isEmptyCategory &= protocolList->isNullValue() && in GenerateCategory()
6611 propertyList->isNullValue() && in GenerateCategory()
6612 classPropertyList->isNullValue(); in GenerateCategory()