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

References

tools/clang/include/clang/Sema/Scope.h
  359       if (S->getFlags() & ObjCMethodScope)
  370       if (S->getFlags() & ObjCMethodScope)
  401                                 Scope::AtCatchScope | Scope::ObjCMethodScope))
tools/clang/lib/Parse/ParseObjc.cpp
 3661   ParseScope BodyScope(this, (parseMethod ? Scope::ObjCMethodScope : 0) |
tools/clang/lib/Sema/Scope.cpp
   43                   FunctionPrototypeScope | AtCatchScope | ObjCMethodScope)) ==
  157       {ObjCMethodScope, "ObjCMethodScope"},
tools/clang/lib/Sema/SemaExprCXX.cpp
  746                  Scope::FunctionPrototypeScope | Scope::ObjCMethodScope |