Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/clang/lib/CodeGen/
H A DTargetInfo.cpp496 static bool isEmptyRecord(ASTContext &Context, QualType T, bool AllowArrays);
501 bool AllowArrays) { in isEmptyField() argument
510 if (AllowArrays) in isEmptyField()
538 return isEmptyRecord(Context, FT, AllowArrays); in isEmptyField()
544 static bool isEmptyRecord(ASTContext &Context, QualType T, bool AllowArrays) { in isEmptyRecord() argument
559 if (!isEmptyField(Context, I, AllowArrays)) in isEmptyRecord()