Searched refs:Hiding (Results 1 – 7 of 7) sorted by relevance
| /freebsd/contrib/llvm-project/clang/include/clang/Sema/ |
| H A D | SemaInternal.h | 109 void FoundDecl(NamedDecl *ND, NamedDecl *Hiding, DeclContext *Ctx,
|
| H A D | Lookup.h | 860 virtual void FoundDecl(NamedDecl *ND, NamedDecl *Hiding, DeclContext *Ctx,
|
| /freebsd/contrib/llvm-project/clang/lib/Frontend/ |
| H A D | ASTUnit.cpp | 2081 bool Hiding = false; in CalculateHiddenNames() local 2083 Hiding = (IDNS & Decl::IDNS_Tag); in CalculateHiddenNames() 2090 Hiding = (IDNS & HiddenIDNS); in CalculateHiddenNames() 2093 if (!Hiding) in CalculateHiddenNames()
|
| /freebsd/contrib/llvm-project/clang/lib/Sema/ |
| H A D | SemaCodeComplete.cpp | 339 const NamedDecl *Hiding); 364 void AddResult(Result R, DeclContext *CurContext, NamedDecl *Hiding, 842 const NamedDecl *Hiding) { in CheckHiddenResult() argument 856 if (HiddenCtx == Hiding->getDeclContext()->getRedeclContext()) in CheckHiddenResult() 1354 NamedDecl *Hiding, bool InBaseClass = false, in AddResult() argument 1371 AddResult(Result, CurContext, Hiding, /*InBaseClass=*/false, in AddResult() 1384 if (Hiding && CheckHiddenResult(R, CurContext, Hiding)) in AddResult() 1746 void FoundDecl(NamedDecl *ND, NamedDecl *Hiding, DeclContext *Ctx, in FoundDecl() argument 1750 Results.AddResult(Result, InitialLookupCtx, Hiding, InBaseClass, BaseType); in FoundDecl()
|
| H A D | SemaLookup.cpp | 4585 void TypoCorrectionConsumer::FoundDecl(NamedDecl *ND, NamedDecl *Hiding, in FoundDecl() argument 4588 if (Hiding) in FoundDecl()
|
| /freebsd/contrib/ncurses/doc/ |
| H A D | ncurses-intro.doc | 49 + Hiding Panels 1069 Hiding Panels
|
| /freebsd/contrib/llvm-project/llvm/lib/Target/AMDGPU/ |
| H A D | BUFInstructions.td | 2144 // Hiding the extract high pattern in the PatFrag seems to not
|