Home | History | Annotate | Download | only in AST

Lines Matching refs:hasSizedVLAType

2430 bool Type::hasSizedVLAType() const {
2434 return ptr->getPointeeType()->hasSizedVLAType();
2436 return ref->getPointeeType()->hasSizedVLAType();
2442 return arr->getElementType()->hasSizedVLAType();