Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/clang/lib/Serialization/
H A DASTReader.cpp10544 const bool SecondConst = SecondMethod->isConst(); in diagnoseOdrViolations() local
10545 if (FirstConst != SecondConst) { in diagnoseOdrViolations()
10551 << SecondMethodType << SecondName << SecondConst; in diagnoseOdrViolations()