Searched defs:hasSizedVLAType (Results 1 - 1 of 1) sorted by relevance

/external/clang/lib/AST/
H A DType.cpp2430 bool Type::hasSizedVLAType() const { function in class:Type
2434 return ptr->getPointeeType()->hasSizedVLAType();
2436 return ref->getPointeeType()->hasSizedVLAType();
2442 return arr->getElementType()->hasSizedVLAType();

Completed in 135 milliseconds