Home | History | Annotate | Download | only in AST

Lines Matching refs:Hidden

278         //   declarations that are so hidden are eliminated from
320 // When virtual base classes are used, a hidden declaration can be
331 bool Hidden = false;
334 PE != PEEnd && !Hidden; ++PE) {
345 // declaration in this path are hidden by that patch.
358 Hidden = true;
365 if (Hidden)
643 // subobjects that were hidden by other subobjects along any path.
671 bool Hidden = false;
674 OP != OPEnd && !Hidden;
681 Hidden = true;
684 if (Hidden) {
685 // The current overriding function is hidden by another