reference, declarationdefinition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced

Declarations

tools/clang/include/clang/Sema/IdentifierResolver.h
  155   bool isDeclInScope(Decl *D, DeclContext *Ctx, Scope *S = nullptr,

References

tools/clang/lib/Sema/SemaDecl.cpp
 1484   return IdResolver.isDeclInScope(D, Ctx, S, AllowInlineNamespace);
tools/clang/lib/Sema/SemaLookup.cpp
 3788           if (S.IdResolver.isDeclInScope(*I, Ctx)) {