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