Searched refs:AllowArrays (Results 1 – 2 of 2) sorted by relevance
| /freebsd-14.2/contrib/llvm-project/clang/lib/CodeGen/ |
| H A D | ABIInfoImpl.h | 128 bool isEmptyField(ASTContext &Context, const FieldDecl *FD, bool AllowArrays, 136 bool isEmptyRecord(ASTContext &Context, QualType T, bool AllowArrays,
|
| H A D | ABIInfoImpl.cpp | 249 bool AllowArrays, bool AsIfNoUniqueAddr) { in isEmptyField() argument 258 if (AllowArrays) in isEmptyField() 286 return isEmptyRecord(Context, FT, AllowArrays, AsIfNoUniqueAddr); in isEmptyField() 289 bool CodeGen::isEmptyRecord(ASTContext &Context, QualType T, bool AllowArrays, in isEmptyRecord() argument 305 if (!isEmptyField(Context, I, AllowArrays, AsIfNoUniqueAddr)) in isEmptyRecord()
|