On Jul 30, 2009, at 2:50 PM, Anders Carlsson wrote: > >> + if (MD->isVirtualAsWritten()) { > > You can just use isVirtual here, that will catch both "inherited" > virtual and written virtual. Wonderful, thanks. Fixed in 77699.