Searched refs:FirstVolatile (Results 1 – 1 of 1) sorted by relevance
1127 const bool FirstVolatile = FirstMethod->isVolatile(); in diagnoseMismatch() local1129 if (FirstVolatile != SecondVolatile) { in diagnoseMismatch()1130 DiagMethodError(MethodVolatile) << FirstVolatile; in diagnoseMismatch()