Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/clang/lib/Serialization/
H A DASTReader.cpp10430 const bool SecondVolatile = SecondMethod->isVolatile(); in diagnoseOdrViolations() local
10431 if (FirstVolatile != SecondVolatile) { in diagnoseOdrViolations()
10437 << SecondMethodType << SecondName << SecondVolatile; in diagnoseOdrViolations()