Searched refs:SecondVolatile (Results 1 – 1 of 1) sorted by relevance
1128 const bool SecondVolatile = SecondMethod->isVolatile(); in diagnoseMismatch() local1129 if (FirstVolatile != SecondVolatile) { in diagnoseMismatch()1131 DiagMethodNote(MethodVolatile) << SecondVolatile; in diagnoseMismatch()