Searched refs:MaxStructSizeInBytes (Results 1 – 1 of 1) sorted by relevance
3457 constexpr uint64_t MaxStructSizeInBytes = 1ULL << 60; in getASTRecordLayout() local3459 if (static_cast<uint64_t>(StructSize.getQuantity()) >= MaxStructSizeInBytes) { in getASTRecordLayout()3461 << D->getName() << MaxStructSizeInBytes; in getASTRecordLayout()