Lines Matching refs:Parent
228 // Array of bit values passed down from our parent.
229 // Set to all BIT_UNFILTERED's for Parent == NULL.
233 FilterChooser *Parent;
241 // Parent emitter
248 FilterBitValues(FC.FilterBitValues), Parent(FC.Parent),
258 Parent(NULL), BestIndex(-1), BitWidth(BW), Emitter(E) {
269 FilterChooser &parent) :
272 Parent(&parent), BestIndex(-1), BitWidth(parent.BitWidth),
273 Emitter(parent.Emitter) {
277 // The top level filter chooser has NULL as its parent.
278 bool isTopLevel() { return Parent == NULL; }
441 // Starts by inheriting our parent filter chooser's filter bit values.
648 current = current->Parent;