Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/AST/
H A DODRDiagsEmitter.cpp1105 const bool FirstPure = FirstMethod->isPureVirtual(); in diagnoseMismatch() local
1108 (FirstVirtual != SecondVirtual || FirstPure != SecondPure)) { in diagnoseMismatch()
1109 DiagMethodError(MethodVirtual) << FirstPure << FirstVirtual; in diagnoseMismatch()