Home | History | Annotate | Download | only in Serialization

Lines Matching refs:Feature

283   // Compare feature sets.
302 // If we are allowing compatible differences and the read feature set is
303 // a strict subset of the existing feature set, there is nothing to diagnose.
308 for (StringRef Feature : UnmatchedReadFeatures)
310 << /* is-existing-feature */ false << Feature;
311 for (StringRef Feature : UnmatchedExistingFeatures)
313 << /* is-existing-feature */ true << Feature;