Home
last modified time | relevance | path

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

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