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

/freebsd-12-stable/contrib/llvm-project/clang/lib/CodeGen/
H A DTargetInfo.cpp476 static bool isEmptyRecord(ASTContext &Context, QualType T, bool AllowArrays);
481 bool AllowArrays) {
489 if (AllowArrays)
507 return isEmptyRecord(Context, FT, AllowArrays);
513 static bool isEmptyRecord(ASTContext &Context, QualType T, bool AllowArrays) { argument
528 if (!isEmptyField(Context, I, AllowArrays))
480 isEmptyField(ASTContext &Context, const FieldDecl *FD, bool AllowArrays) argument

Completed in 78 milliseconds