Searched defs:isZeroSizeArray (Results 1 – 3 of 3) sorted by relevance
242 bool isZeroSizeArray() const { return Size == 0; } in isZeroSizeArray() function
583 bool isZeroSizeArray() const { return getFieldDesc()->isZeroSizeArray(); } in isZeroSizeArray() function
629 auto isZeroSizeArray = [&] { in handleConstructor() local