Lines Matching refs:Parent
1325 // can be hidden and local is if it's hidden because it's parent is (for
1328 auto *Parent = cast<NamedDecl>(Entity->getDeclContext());
1329 assert(Parent->isHidden() && "unexpectedly hidden decl");
1330 return getOwningModule(Parent);
1496 // then it is visible if its lexical parent has a visible definition.
1510 // its parent has a visible definition.
1602 /// in the parent scopes.
1886 /// in the parent contexts or (for C++ classes) base classes.
3533 // parent lookup contexts (e.g., enclosing classes), up to the point
3587 // Lookup names in the parent scope.
4817 // or a descendent class of the candidate's parent class.