Searched refs:hasSizedVLAType (Results 1 – 3 of 3) sorted by relevance
5246 bool Type::hasSizedVLAType() const { in hasSizedVLAType() function in Type5251 return ptr->getPointeeType()->hasSizedVLAType(); in hasSizedVLAType()5253 return ref->getPointeeType()->hasSizedVLAType(); in hasSizedVLAType()5259 return arr->getElementType()->hasSizedVLAType(); in hasSizedVLAType()
2769 bool hasSizedVLAType() const;8168 if (T->isVariablyModifiedType() && T->hasSizedVLAType())
10956 {"_ZNK5clang4Type15hasSizedVLATypeEv", "clang::Type::hasSizedVLAType() const"},