Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/AST/
H A DType.cpp5246 bool Type::hasSizedVLAType() const { in hasSizedVLAType() function in Type
5251 return ptr->getPointeeType()->hasSizedVLAType(); in hasSizedVLAType()
5253 return ref->getPointeeType()->hasSizedVLAType(); in hasSizedVLAType()
5259 return arr->getElementType()->hasSizedVLAType(); in hasSizedVLAType()
/freebsd/contrib/llvm-project/clang/include/clang/AST/
H A DType.h2769 bool hasSizedVLAType() const;
8168 if (T->isVariablyModifiedType() && T->hasSizedVLAType())
/freebsd/contrib/llvm-project/llvm/include/llvm/Testing/Demangle/
H A DDemangleTestCases.inc10956 {"_ZNK5clang4Type15hasSizedVLATypeEv", "clang::Type::hasSizedVLAType() const"},