Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/AST/
H A DODRDiagsEmitter.cpp1136 const bool SecondConst = SecondMethod->isConst(); in diagnoseMismatch() local
1137 if (FirstConst != SecondConst) { in diagnoseMismatch()
1139 DiagMethodNote(MethodConst) << SecondConst; in diagnoseMismatch()