Home
last modified time | relevance | path

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

/src/contrib/llvm-project/clang/lib/AST/
H A DType.cpp4998 bool Type::hasSizedVLAType() const { in hasSizedVLAType() function in Type
5002 return ptr->getPointeeType()->hasSizedVLAType(); in hasSizedVLAType()
5004 return ref->getPointeeType()->hasSizedVLAType(); in hasSizedVLAType()
5010 return arr->getElementType()->hasSizedVLAType(); in hasSizedVLAType()
/src/contrib/llvm-project/clang/include/clang/AST/
H A DType.h2696 bool hasSizedVLAType() const;
7812 if (T->isVariablyModifiedType() && T->hasSizedVLAType())