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

/external/clang/lib/CodeGen/
H A DTargetInfo.cpp406 static bool isEmptyRecord(ASTContext &Context, QualType T, bool AllowArrays);
411 bool AllowArrays) {
419 if (AllowArrays)
437 return isEmptyRecord(Context, FT, AllowArrays);
443 static bool isEmptyRecord(ASTContext &Context, QualType T, bool AllowArrays) { argument
458 if (!isEmptyField(Context, I, AllowArrays))
1188 if (!isEmptyRecord(getContext(), Base.getType(), /*AllowArrays=*/true))
410 isEmptyField(ASTContext &Context, const FieldDecl *FD, bool AllowArrays) argument

Completed in 265 milliseconds