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

References

tools/clang/include/clang/Sema/Scope.h
  395     for (const Scope *S = this; S; S = S->getParent()) {
  395     for (const Scope *S = this; S; S = S->getParent()) {
  395     for (const Scope *S = this; S; S = S->getParent()) {
  396       if (S->getFlags() & Scope::SwitchScope)
  398       else if (S->getFlags() & (Scope::FnScope | Scope::ClassScope |