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

/freebsd-13-stable/contrib/llvm-project/clang/lib/CodeGen/
H A DTargetInfo.cpp489 static bool isEmptyRecord(ASTContext &Context, QualType T, bool AllowArrays);
494 bool AllowArrays) {
503 if (AllowArrays)
531 return isEmptyRecord(Context, FT, AllowArrays);
537 static bool isEmptyRecord(ASTContext &Context, QualType T, bool AllowArrays) { argument
552 if (!isEmptyField(Context, I, AllowArrays))
493 isEmptyField(ASTContext &Context, const FieldDecl *FD, bool AllowArrays) argument

Completed in 77 milliseconds