Home
last modified time | relevance | path

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

/openbsd/gnu/llvm/clang/lib/AST/
H A DODRDiagsEmitter.cpp1122 const bool FirstVolatile = FirstMethod->isVolatile(); in diagnoseMismatch() local
1124 if (FirstVolatile != SecondVolatile) { in diagnoseMismatch()
1125 DiagMethodError(MethodVolatile) << FirstVolatile; in diagnoseMismatch()