Home | History | Annotate | Download | only in style

Lines Matching refs:InheritedFlags

154     struct InheritedFlags {
155 bool operator==(const InheritedFlags& other) const
177 bool operator!=(const InheritedFlags& other) const { return !(*this == other); }