Home
last modified time | relevance | path

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

/external/llvm-project/clang/lib/Serialization/
DASTReader.cpp9832 const bool IsFirstMutable = FirstField->isMutable(); in diagnoseOdrViolations() local
9834 if (IsFirstMutable != IsSecondMutable) { in diagnoseOdrViolations()
9837 << FirstII << IsFirstMutable; in diagnoseOdrViolations()