Home | History | Annotate | Download | only in AST

Lines Matching defs:Hidden

1059 /// \param HiddenVBaseCs the set of conversions which were hidden in a
1076 // will be hidden in the subclasses.
1085 bool Hidden = ParentHiddenTypes.count(ConvType);
1086 if (!Hidden)
1089 // If this conversion is hidden and we're in a virtual base,
1090 // remember that it's hidden along some inheritance path.
1091 if (Hidden && InVirtual)
1094 // If this conversion isn't hidden, add it to the appropriate output.
1095 else if (!Hidden) {
1131 // appear in the hidden-conversions set.
1135 // be hidden.
1138 // The set of types hidden by classes derived from this one.
1142 // hidden-types set.