Searched refs:hasSizedVLAType (Results 1 – 2 of 2) sorted by relevance
4998 bool Type::hasSizedVLAType() const { in hasSizedVLAType() function in Type5002 return ptr->getPointeeType()->hasSizedVLAType(); in hasSizedVLAType()5004 return ref->getPointeeType()->hasSizedVLAType(); in hasSizedVLAType()5010 return arr->getElementType()->hasSizedVLAType(); in hasSizedVLAType()
2696 bool hasSizedVLAType() const;7812 if (T->isVariablyModifiedType() && T->hasSizedVLAType())