Home | History | Annotate | Download | only in AST

Lines Matching defs:Hidden

259         //   declarations that are so hidden are eliminated from
301 // When virtual base classes are used, a hidden declaration can be
312 bool Hidden = false;
315 PE != PEEnd && !Hidden; ++PE) {
326 // declaration in this path are hidden by that patch.
339 Hidden = true;
346 if (Hidden)
616 // subobjects that were hidden by other subobjects along any path.
644 bool Hidden = false;
647 OP != OPEnd && !Hidden;
654 Hidden = true;
657 if (Hidden) {
658 // The current overriding function is hidden by another