Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/AST/
H A DODRDiagsEmitter.cpp1133 const bool FirstConst = FirstMethod->isConst(); in diagnoseMismatch() local
1135 if (FirstConst != SecondConst) { in diagnoseMismatch()
1136 DiagMethodError(MethodConst) << FirstConst; in diagnoseMismatch()