Lines Matching refs:isEmptyRecord
176 static bool isEmptyRecord(ASTContext &Context, QualType T, bool AllowArrays);
207 return isEmptyRecord(Context, FT, AllowArrays); in isEmptyField()
213 static bool isEmptyRecord(ASTContext &Context, QualType T, bool AllowArrays) { in isEmptyRecord() function
224 if (!isEmptyRecord(Context, I.getType(), true)) in isEmptyRecord()
256 if (isEmptyRecord(Context, I.getType(), true)) in isSingleElementStruct()
1069 if (isEmptyRecord(getContext(), Ty, true)) in classifyArgumentType()
3508 if (isEmptyRecord(getContext(), I.getType(), true)) in isHomogeneousAggregate()
3528 if (isEmptyRecord(getContext(), FT, true)) in isHomogeneousAggregate()
3989 if (isEmptyRecord(getContext(), Ty, true)) { in classifyArgumentType()
4040 if (isEmptyRecord(getContext(), RetTy, true)) in classifyReturnType()
4370 if (isEmptyRecord(getContext(), Ty, true)) { in EmitDarwinVAArg()
4666 if (isEmptyRecord(getContext(), Ty, true)) in classifyArgumentType()
4820 if (isEmptyRecord(getContext(), RetTy, false)) in classifyReturnType()
4848 if (isEmptyRecord(getContext(), RetTy, true)) in classifyReturnType()
4923 if (isEmptyRecord(getContext(), Ty, true)) { in EmitVAArg()
5215 if (isEmptyRecord(getContext(), Base, true)) in isFPArgumentType()
5928 if (isEmptyRecord(getContext(), Ty, true)) in classifyArgumentType()
5965 if (isEmptyRecord(getContext(), RetTy, true)) in classifyReturnType()