Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang/lib/Serialization/
H A DASTReader.cpp10451 const bool SecondPure = SecondMethod->isPure(); in diagnoseOdrViolations() local
10453 (FirstVirtual != SecondVirtual || FirstPure != SecondPure)) { in diagnoseOdrViolations()
10455 DiagMethodNote(MethodVirtual) << SecondPure << SecondVirtual; in diagnoseOdrViolations()