Searched refs:SecondPure (Results 1 – 1 of 1) sorted by relevance
1104 const bool SecondPure = SecondMethod->isPureVirtual(); in diagnoseMismatch() local1106 (FirstVirtual != SecondVirtual || FirstPure != SecondPure)) { in diagnoseMismatch()1108 DiagMethodNote(MethodVirtual) << SecondPure << SecondVirtual; in diagnoseMismatch()