Searched refs:hasSizedVLAType (Results 1 – 2 of 2) sorted by relevance
4328 bool Type::hasSizedVLAType() const { in hasSizedVLAType() function in Type4332 return ptr->getPointeeType()->hasSizedVLAType(); in hasSizedVLAType()4334 return ref->getPointeeType()->hasSizedVLAType(); in hasSizedVLAType()4340 return arr->getElementType()->hasSizedVLAType(); in hasSizedVLAType()
2192 bool hasSizedVLAType() const;6480 if (T->isVariablyModifiedType() && T->hasSizedVLAType())