Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/AST/
H A DODRDiagsEmitter.cpp1126 const bool SecondVolatile = SecondMethod->isVolatile(); in diagnoseMismatch() local
1127 if (FirstVolatile != SecondVolatile) { in diagnoseMismatch()
1129 DiagMethodNote(MethodVolatile) << SecondVolatile; in diagnoseMismatch()