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 394 /// \brief Resolves the result kind of the lookup, possibly hiding
678 /// \param Hiding a declaration that hides the declaration \p ND,
685 virtual void FoundDecl(NamedDecl *ND, NamedDecl *Hiding, DeclContext *Ctx,
  /external/clang/lib/Frontend/
ASTUnit.cpp     [all...]
  /external/clang/lib/Sema/
SemaCodeComplete.cpp 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) {
    [all...]
SemaLookup.cpp 425 // C++ [basic.scope.hiding]p2:
    [all...]

Completed in 183 milliseconds