Home
last modified time | relevance | path

Searched refs:hasSizedVLAType (Results 1 – 2 of 2) sorted by relevance

/netbsd-src/external/apache2/llvm/dist/clang/lib/AST/
H A DType.cpp4328 bool Type::hasSizedVLAType() const { in hasSizedVLAType() function in Type
4332 return ptr->getPointeeType()->hasSizedVLAType(); in hasSizedVLAType()
4334 return ref->getPointeeType()->hasSizedVLAType(); in hasSizedVLAType()
4340 return arr->getElementType()->hasSizedVLAType(); in hasSizedVLAType()
/netbsd-src/external/apache2/llvm/dist/clang/include/clang/AST/
H A DType.h2192 bool hasSizedVLAType() const;
6480 if (T->isVariablyModifiedType() && T->hasSizedVLAType())