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

  /external/clang/include/clang/Sema/
SemaInternal.h 131 void FoundDecl(NamedDecl *ND, NamedDecl *Hiding, DeclContext *Ctx,
Lookup.h 449 /// \brief Resolves the result kind of the lookup, possibly hiding
757 /// \param Hiding a declaration that hides the declaration \p ND,
764 virtual void FoundDecl(NamedDecl *ND, NamedDecl *Hiding, DeclContext *Ctx,
  /prebuilts/clang/host/darwin-x86/clang-3957855/prebuilt_include/clang/include/clang/Sema/
SemaInternal.h 131 void FoundDecl(NamedDecl *ND, NamedDecl *Hiding, DeclContext *Ctx,
Lookup.h 449 /// \brief Resolves the result kind of the lookup, possibly hiding
757 /// \param Hiding a declaration that hides the declaration \p ND,
764 virtual void FoundDecl(NamedDecl *ND, NamedDecl *Hiding, DeclContext *Ctx,
  /prebuilts/clang/host/darwin-x86/clang-3960126/prebuilt_include/clang/include/clang/Sema/
SemaInternal.h 131 void FoundDecl(NamedDecl *ND, NamedDecl *Hiding, DeclContext *Ctx,
Lookup.h 449 /// \brief Resolves the result kind of the lookup, possibly hiding
757 /// \param Hiding a declaration that hides the declaration \p ND,
764 virtual void FoundDecl(NamedDecl *ND, NamedDecl *Hiding, DeclContext *Ctx,
  /prebuilts/clang/host/darwin-x86/clang-3977809/prebuilt_include/clang/include/clang/Sema/
SemaInternal.h 131 void FoundDecl(NamedDecl *ND, NamedDecl *Hiding, DeclContext *Ctx,
Lookup.h 449 /// \brief Resolves the result kind of the lookup, possibly hiding
757 /// \param Hiding a declaration that hides the declaration \p ND,
764 virtual void FoundDecl(NamedDecl *ND, NamedDecl *Hiding, DeclContext *Ctx,
  /prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/clang/include/clang/Sema/
SemaInternal.h 131 void FoundDecl(NamedDecl *ND, NamedDecl *Hiding, DeclContext *Ctx,
Lookup.h 449 /// \brief Resolves the result kind of the lookup, possibly hiding
757 /// \param Hiding a declaration that hides the declaration \p ND,
764 virtual void FoundDecl(NamedDecl *ND, NamedDecl *Hiding, DeclContext *Ctx,
  /prebuilts/clang/host/linux-x86/clang-3957855/prebuilt_include/clang/include/clang/Sema/
SemaInternal.h 131 void FoundDecl(NamedDecl *ND, NamedDecl *Hiding, DeclContext *Ctx,
Lookup.h 449 /// \brief Resolves the result kind of the lookup, possibly hiding
757 /// \param Hiding a declaration that hides the declaration \p ND,
764 virtual void FoundDecl(NamedDecl *ND, NamedDecl *Hiding, DeclContext *Ctx,
  /prebuilts/clang/host/linux-x86/clang-3960126/prebuilt_include/clang/include/clang/Sema/
SemaInternal.h 131 void FoundDecl(NamedDecl *ND, NamedDecl *Hiding, DeclContext *Ctx,
Lookup.h 449 /// \brief Resolves the result kind of the lookup, possibly hiding
757 /// \param Hiding a declaration that hides the declaration \p ND,
764 virtual void FoundDecl(NamedDecl *ND, NamedDecl *Hiding, DeclContext *Ctx,
  /prebuilts/clang/host/linux-x86/clang-3977809/prebuilt_include/clang/include/clang/Sema/
SemaInternal.h 131 void FoundDecl(NamedDecl *ND, NamedDecl *Hiding, DeclContext *Ctx,
Lookup.h 449 /// \brief Resolves the result kind of the lookup, possibly hiding
757 /// \param Hiding a declaration that hides the declaration \p ND,
764 virtual void FoundDecl(NamedDecl *ND, NamedDecl *Hiding, DeclContext *Ctx,
  /prebuilts/clang/host/linux-x86/clang-4053586/prebuilt_include/clang/include/clang/Sema/
SemaInternal.h 131 void FoundDecl(NamedDecl *ND, NamedDecl *Hiding, DeclContext *Ctx,
Lookup.h 449 /// \brief Resolves the result kind of the lookup, possibly hiding
757 /// \param Hiding a declaration that hides the declaration \p ND,
764 virtual void FoundDecl(NamedDecl *ND, NamedDecl *Hiding, DeclContext *Ctx,
  /external/clang/lib/Frontend/
ASTUnit.cpp     [all...]
  /external/clang/lib/Sema/
SemaCodeComplete.cpp 145 /// \brief A list of shadow maps, which is used to model name hiding at
275 /// \brief Check whether the result is hidden by the Hiding declaration.
282 const NamedDecl *Hiding);
294 /// the hiding declaration (if any).
300 /// \param Hiding the declaration that hides the result.
304 void AddResult(Result R, DeclContext *CurContext, NamedDecl *Hiding,
571 const NamedDecl *Hiding) {
585 if (HiddenCtx == Hiding->getDeclContext()->getRedeclContext())
    [all...]
SemaLookup.cpp 460 // C++ [basic.scope.hiding]p2:
587 // C++ [basic.scope.hiding]p2:
    [all...]

Completed in 870 milliseconds