Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang/lib/Serialization/
H A DASTReader.cpp10484 const bool SecondConst = SecondMethod->isConst(); in diagnoseOdrViolations() local
10485 if (FirstConst != SecondConst) { in diagnoseOdrViolations()
10487 DiagMethodNote(MethodConst) << SecondConst; in diagnoseOdrViolations()