Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/clang/lib/Serialization/
H A DASTReader.cpp10502 const bool SecondVolatile = SecondMethod->isVolatile(); in diagnoseOdrViolations() local
10503 if (FirstVolatile != SecondVolatile) { in diagnoseOdrViolations()
10509 << SecondMethodType << SecondName << SecondVolatile; in diagnoseOdrViolations()