Searched refs:hasUDTLayout (Results 1 – 3 of 3) sorted by relevance
157 if (Layout.hasUDTLayout() && shouldRecurse()) { in dump()
92 LLVM_ABI bool hasUDTLayout() const;
92 bool DataMemberLayoutItem::hasUDTLayout() const { return UdtLayout != nullptr; } in hasUDTLayout() function in DataMemberLayoutItem