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.cpp1103 const bool FirstPure = FirstMethod->isPureVirtual(); in diagnoseMismatch() local
1106 (FirstVirtual != SecondVirtual || FirstPure != SecondPure)) { in diagnoseMismatch()
1107 DiagMethodError(MethodVirtual) << FirstPure << FirstVirtual; in diagnoseMismatch()