Home | History | Annotate | Download | only in AST

Lines Matching defs:Hidden

270         //   declarations that are so hidden are eliminated from
312 // When virtual base classes are used, a hidden declaration can be
323 bool Hidden = false;
326 PE != PEEnd && !Hidden; ++PE) {
337 // declaration in this path are hidden by that patch.
350 Hidden = true;
357 if (Hidden)
631 // subobjects that were hidden by other subobjects along any path.
659 bool Hidden = false;
662 OP != OPEnd && !Hidden;
669 Hidden = true;
672 if (Hidden) {
673 // The current overriding function is hidden by another