Home
last modified time | relevance | path

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

/external/llvm-project/clang/lib/Serialization/
DASTReader.cpp10605 const bool SecondVirtual = SecondMethod->isVirtualAsWritten(); in diagnoseOdrViolations() local
10608 if ((FirstVirtual || SecondVirtual) && in diagnoseOdrViolations()
10609 (FirstVirtual != SecondVirtual || FirstPure != SecondPure)) { in diagnoseOdrViolations()
10615 << SecondMethodType << SecondName << SecondPure << SecondVirtual; in diagnoseOdrViolations()