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

References

tools/clang/include/clang/Sema/Scope.h
  284     return decl_range(DeclsInScope.begin(), DeclsInScope.end());
  284     return decl_range(DeclsInScope.begin(), DeclsInScope.end());
  287   bool decl_empty() const { return DeclsInScope.empty(); }
  290     DeclsInScope.insert(D);
  294     DeclsInScope.erase(D);
  324     return DeclsInScope.count(D) != 0;
tools/clang/lib/Sema/Scope.cpp
   90   DeclsInScope.clear();