Home
last modified time | relevance | path

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

/external/llvm-project/clang/lib/Serialization/
DASTReader.cpp10638 const bool FirstVolatile = FirstMethod->isVolatile(); in diagnoseOdrViolations() local
10640 if (FirstVolatile != SecondVolatile) { in diagnoseOdrViolations()
10643 << FirstMethodType << FirstName << FirstVolatile; in diagnoseOdrViolations()