HomeSort by relevance Sort by last modified time
    Searched refs:ObjCMethodScope (Results 1 - 4 of 4) sorted by null

  /external/clang/lib/Sema/
Scope.cpp 43 FunctionPrototypeScope | AtCatchScope | ObjCMethodScope)) ==
173 } else if (Flags & ObjCMethodScope) {
174 OS << "ObjCMethodScope";
175 Flags &= ~ObjCMethodScope;
SemaExprCXX.cpp 604 Scope::FunctionPrototypeScope | Scope::ObjCMethodScope |
    [all...]
  /external/clang/include/clang/Sema/
Scope.h 93 ObjCMethodScope = 0x800,
323 if (S->getFlags() & ObjCMethodScope)
334 if (S->getFlags() & ObjCMethodScope)
366 Scope::AtCatchScope | Scope::ObjCMethodScope))
  /external/clang/lib/Parse/
ParseObjc.cpp     [all...]

Completed in 75 milliseconds