Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/clang/lib/Serialization/
H A DASTReader.cpp10498 const bool FirstPure = FirstMethod->isPure(); in diagnoseOdrViolations() local
10501 (FirstVirtual != SecondVirtual || FirstPure != SecondPure)) { in diagnoseOdrViolations()
10504 << FirstMethodType << FirstName << FirstPure << FirstVirtual; in diagnoseOdrViolations()