Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang-tools-extra/clang-tidy/cppcoreguidelines/
H A DProTypeMemberInitCheck.cpp340 static bool isIncompleteOrZeroLengthArrayType(ASTContext &Context, QualType T) { in isIncompleteOrZeroLengthArrayType() function
358 return isIncompleteOrZeroLengthArrayType(Context, Type); in isEmpty()
/llvm-project-15.0.7/clang/lib/Sema/
H A DSemaDeclCXX.cpp5029 static bool isIncompleteOrZeroLengthArrayType(ASTContext &Context, QualType T) { in isIncompleteOrZeroLengthArrayType() function
5091 if (isIncompleteOrZeroLengthArrayType(SemaRef.Context, Field->getType())) in CollectFieldInitializer()
5628 if (isIncompleteOrZeroLengthArrayType(Context, Field->getType())) in MarkBaseAndMemberDestructorsReferenced()