Searched refs:IsVariableSizedType (Results 1 - 1 of 1) sorted by relevance

/freebsd-12-stable/contrib/llvm-project/clang/lib/Sema/
H A DSemaDeclObjC.cpp3812 static bool IsVariableSizedType(QualType T) { function
3838 if (!ivar->isInvalidDecl() && IsVariableSizedType(ivar->getType())) {
3890 if (IsVariableSizedType(LastIvar->getType())) {

Completed in 61 milliseconds