Home | History | Annotate | Download | only in Sema

Lines Matching refs:Parent

1343     // can be hidden and local is if it's hidden because it's parent is (for
1346 auto *Parent = cast<NamedDecl>(Entity->getDeclContext());
1347 assert(Parent->isHidden() && "unexpectedly hidden decl");
1348 return getOwningModule(Parent);
1543 // then it is visible if its lexical parent has a visible definition.
1557 // its parent has a visible definition.
1688 /// in the parent scopes.
1972 /// in the parent contexts or (for C++ classes) base classes.
3619 // parent lookup contexts (e.g., enclosing classes), up to the point
3673 // Lookup names in the parent scope.
4908 // or a descendent class of the candidate's parent class.