Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/clang/lib/Serialization/
H A DASTReader.cpp10469 const bool FirstPure = FirstMethod->isPure(); in diagnoseOdrViolations() local
10472 (FirstVirtual != SecondVirtual || FirstPure != SecondPure)) { in diagnoseOdrViolations()
10475 << FirstMethodType << FirstName << FirstPure << FirstVirtual; in diagnoseOdrViolations()