Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/clang/lib/Serialization/
H A DASTReader.cpp9724 const bool IsFirstMutable = FirstField->isMutable(); in diagnoseOdrViolations() local
9726 if (IsFirstMutable != IsSecondMutable) { in diagnoseOdrViolations()
9729 << FirstII << IsFirstMutable; in diagnoseOdrViolations()