Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/clang/lib/Serialization/
H A DASTReader.cpp10443 const bool SecondConst = SecondMethod->isConst(); in diagnoseOdrViolations() local
10444 if (FirstConst != SecondConst) { in diagnoseOdrViolations()
10450 << SecondMethodType << SecondName << SecondConst; in diagnoseOdrViolations()