Searched refs:hasSizedVLAType (Results 1 – 2 of 2) sorted by relevance
4753 bool Type::hasSizedVLAType() const { in hasSizedVLAType() function in Type4757 return ptr->getPointeeType()->hasSizedVLAType(); in hasSizedVLAType()4759 return ref->getPointeeType()->hasSizedVLAType(); in hasSizedVLAType()4765 return arr->getElementType()->hasSizedVLAType(); in hasSizedVLAType()
2443 bool hasSizedVLAType() const;6898 if (T->isVariablyModifiedType() && T->hasSizedVLAType())