Searched refs:Hiding (Results 1 - 4 of 4) sorted by relevance

/external/clang/include/clang/Sema/
H A DLookup.h704 /// \param Hiding a declaration that hides the declaration \p ND,
711 virtual void FoundDecl(NamedDecl *ND, NamedDecl *Hiding, DeclContext *Ctx,
/external/clang/lib/Frontend/
H A DASTUnit.cpp2214 bool Hiding = false; local
2216 Hiding = (IDNS & Decl::IDNS_Tag);
2223 Hiding = (IDNS & HiddenIDNS);
2226 if (!Hiding)
/external/clang/lib/Sema/
H A DSemaCodeComplete.cpp276 /// \brief Check whether the result is hidden by the Hiding declaration.
283 const NamedDecl *Hiding);
301 /// \param Hiding the declaration that hides the result.
305 void AddResult(Result R, DeclContext *CurContext, NamedDecl *Hiding,
555 const NamedDecl *Hiding) {
569 if (HiddenCtx == Hiding->getDeclContext()->getRedeclContext())
932 NamedDecl *Hiding, bool InBaseClass = false) {
944 CurContext, Hiding);
956 if (Hiding && CheckHiddenResult(R, CurContext, Hiding))
554 CheckHiddenResult(Result &R, DeclContext *CurContext, const NamedDecl *Hiding) argument
931 AddResult(Result R, DeclContext *CurContext, NamedDecl *Hiding, bool InBaseClass = false) argument
[all...]
H A DSemaLookup.cpp3352 void FoundDecl(NamedDecl *ND, NamedDecl *Hiding, DeclContext *Ctx,
3475 void TypoCorrectionConsumer::FoundDecl(NamedDecl *ND, NamedDecl *Hiding, argument
3478 if (Hiding)

Completed in 2801 milliseconds