Home | History | Annotate | Download | only in Sema

Lines Matching refs: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 declation (if any).
301 /// \param Hiding the declaration that hides the result.
305 void AddResult(Result R, DeclContext *CurContext, NamedDecl *Hiding,
556 const NamedDecl *Hiding) {
570 if (HiddenCtx == Hiding->getDeclContext()->getRedeclContext())
933 NamedDecl *Hiding, bool InBaseClass = false) {
945 CurContext, Hiding);
957 if (Hiding && CheckHiddenResult(R, CurContext, Hiding))
1257 virtual void FoundDecl(NamedDecl *ND, NamedDecl *Hiding, DeclContext *Ctx,
1265 Results.AddResult(Result, CurContext, Hiding, InBaseClass);