HomeSort by relevance Sort by last modified time
    Searched refs:Hiding (Results 1 - 4 of 4) sorted by null

  /external/clang/include/clang/Sema/
Lookup.h 385 /// \brief Resolves the result kind of the lookup, possibly hiding
665 /// \param Hiding a declaration that hides the declaration \p ND,
672 virtual void FoundDecl(NamedDecl *ND, NamedDecl *Hiding, DeclContext *Ctx,
  /external/clang/lib/Frontend/
ASTUnit.cpp     [all...]
  /external/clang/lib/Sema/
SemaCodeComplete.cpp 144 /// \brief A list of shadow maps, which is used to model name hiding at
270 /// \brief Check whether the result is hidden by the Hiding declaration.
277 NamedDecl *Hiding);
289 /// the hiding declation (if any).
295 /// \param Hiding the declaration that hides the result.
299 void AddResult(Result R, DeclContext *CurContext, NamedDecl *Hiding,
550 NamedDecl *Hiding) {
563 if (HiddenCtx == Hiding->getDeclContext()->getRedeclContext())
882 NamedDecl *Hiding, bool InBaseClass = false) {
891 AddResult(Result(Using->getTargetDecl(), R.Qualifier), CurContext, Hiding);
    [all...]
SemaLookup.cpp 419 // C++ [basic.scope.hiding]p2:
    [all...]

Completed in 178 milliseconds