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

References

tools/clang/include/clang/Sema/Scope.h
  390     return getFlags() & Scope::AtCatchScope;
  401                                 Scope::AtCatchScope | Scope::ObjCMethodScope))
tools/clang/lib/Parse/ParseDecl.cpp
 3107                                           Scope::AtCatchScope)) == 0;
tools/clang/lib/Parse/ParseObjc.cpp
 2531                                         Scope::AtCatchScope);
tools/clang/lib/Sema/Scope.cpp
   43                   FunctionPrototypeScope | AtCatchScope | ObjCMethodScope)) ==
  156       {AtCatchScope, "AtCatchScope"},
tools/clang/lib/Sema/SemaCodeComplete.cpp
 4204                         Scope::FunctionPrototypeScope | Scope::AtCatchScope)) ==