Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/AST/
H A DODRDiagsEmitter.cpp213 const bool IsSecondMutable = SecondField->isMutable(); in diagnoseSubMismatchField() local
214 if (IsFirstMutable != IsSecondMutable) { in diagnoseSubMismatchField()
216 DiagNote(FieldSingleMutable) << SecondII << IsSecondMutable; in diagnoseSubMismatchField()