Lines Matching full:hiding
146 /// \brief A list of shadow maps, which is used to model name hiding at
276 /// \brief Check whether the result is hidden by the Hiding declaration.
283 const NamedDecl *Hiding);
295 /// the hiding declaration (if any).
301 /// \param Hiding the declaration that hides the result.
305 void AddResult(Result R, DeclContext *CurContext, NamedDecl *Hiding,
554 const NamedDecl *Hiding) {
568 if (HiddenCtx == Hiding->getDeclContext()->getRedeclContext())
931 NamedDecl *Hiding, bool InBaseClass = false) {
943 CurContext, Hiding);
955 if (Hiding && CheckHiddenResult(R, CurContext, Hiding))
1256 void FoundDecl(NamedDecl *ND, NamedDecl *Hiding, DeclContext *Ctx,
1264 Results.AddResult(Result, CurContext, Hiding, InBaseClass);