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

References

tools/clang/include/clang/Sema/Scope.h
  271     return PrototypeDepth;
tools/clang/lib/Sema/Scope.cpp
   35     PrototypeDepth = parent->PrototypeDepth;
   35     PrototypeDepth = parent->PrototypeDepth;
   48     PrototypeDepth = 0;
   71   if (flags & FunctionPrototypeScope) PrototypeDepth++;