Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/clang/lib/AST/
H A DType.cpp4333 bool Type::hasSizedVLAType() const { in hasSizedVLAType() function in Type
4337 return ptr->getPointeeType()->hasSizedVLAType(); in hasSizedVLAType()
4339 return ref->getPointeeType()->hasSizedVLAType(); in hasSizedVLAType()
4345 return arr->getElementType()->hasSizedVLAType(); in hasSizedVLAType()
/freebsd-13.1/contrib/llvm-project/clang/include/clang/AST/
H A DType.h2192 bool hasSizedVLAType() const;
6480 if (T->isVariablyModifiedType() && T->hasSizedVLAType())