Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang/lib/Serialization/
H A DASTReader.cpp9738 const bool IsSecondMutable = SecondField->isMutable(); in diagnoseOdrViolations() local
9739 if (IsFirstMutable != IsSecondMutable) { in diagnoseOdrViolations()
9741 DiagNote(FieldSingleMutable) << SecondII << IsSecondMutable; in diagnoseOdrViolations()