Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/clang/lib/AST/
H A DType.cpp4753 bool Type::hasSizedVLAType() const { in hasSizedVLAType() function in Type
4757 return ptr->getPointeeType()->hasSizedVLAType(); in hasSizedVLAType()
4759 return ref->getPointeeType()->hasSizedVLAType(); in hasSizedVLAType()
4765 return arr->getElementType()->hasSizedVLAType(); in hasSizedVLAType()
/freebsd-14.2/contrib/llvm-project/clang/include/clang/AST/
H A DType.h2443 bool hasSizedVLAType() const;
6898 if (T->isVariablyModifiedType() && T->hasSizedVLAType())