Lines Matching refs:isEmptyRecord
406 static bool isEmptyRecord(ASTContext &Context, QualType T, bool AllowArrays);
437 return isEmptyRecord(Context, FT, AllowArrays); in isEmptyField()
443 static bool isEmptyRecord(ASTContext &Context, QualType T, bool AllowArrays) { in isEmptyRecord() function
454 if (!isEmptyRecord(Context, I.getType(), true)) in isEmptyRecord()
486 if (isEmptyRecord(Context, I.getType(), true)) in isSingleElementStruct()
697 if (isEmptyRecord(getContext(), Ty, true)) in classifyArgumentType()
716 if (isEmptyRecord(getContext(), RetTy, true)) in classifyReturnType()
1188 if (!isEmptyRecord(getContext(), Base.getType(), /*AllowArrays=*/true)) in canExpandIndirectArgument()
1277 if (isEmptyRecord(getContext(), RetTy, true)) in classifyReturnType()
1517 if (!IsWin32StructABI && isEmptyRecord(getContext(), Ty, true)) in classifyArgumentType()
4103 if (isEmptyRecord(getContext(), I.getType(), true)) in isHomogeneousAggregate()
4123 if (isEmptyRecord(getContext(), FT, true)) in isHomogeneousAggregate()
4564 if (isEmptyRecord(getContext(), Ty, true)) { in classifyArgumentType()
4620 if (isEmptyRecord(getContext(), RetTy, true)) in classifyReturnType()
4953 if (isEmptyRecord(getContext(), Ty, true)) { in EmitDarwinVAArg()
5274 if (isEmptyRecord(getContext(), Ty, true)) in classifyArgumentType()
5468 if (isEmptyRecord(getContext(), RetTy, false)) in classifyReturnType()
5496 if (isEmptyRecord(getContext(), RetTy, true)) in classifyReturnType()
5592 if (isEmptyRecord(getContext(), Ty, true)) { in EmitVAArg()
5886 if (isEmptyRecord(getContext(), Base, true)) in GetSingleElementType()
6679 if (isEmptyRecord(getContext(), Ty, true)) in classifyArgumentType()
6716 if (isEmptyRecord(getContext(), RetTy, true)) in classifyReturnType()
6831 if (isEmptyRecord(getContext(), Ty, true)) in classifyArgumentType()