Home
last modified time | relevance | path

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

/openbsd/src/gnu/llvm/clang/lib/AST/
DODRDiagsEmitter.cpp1123 const bool SecondVolatile = SecondMethod->isVolatile(); in diagnoseMismatch() local
1124 if (FirstVolatile != SecondVolatile) { in diagnoseMismatch()
1126 DiagMethodNote(MethodVolatile) << SecondVolatile; in diagnoseMismatch()