Home
last modified time | relevance | path

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

/external/llvm-project/clang/lib/Serialization/
DASTReader.cpp10606 const bool FirstPure = FirstMethod->isPure(); in diagnoseOdrViolations() local
10609 (FirstVirtual != SecondVirtual || FirstPure != SecondPure)) { in diagnoseOdrViolations()
10612 << FirstMethodType << FirstName << FirstPure << FirstVirtual; in diagnoseOdrViolations()