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 44 FunctionPrototypeScope | AtCatchScope | ObjCMethodScope)) ==
180 } else if (Flags & ObjCMethodScope) {
181 OS << "ObjCMethodScope";
182 Flags &= ~ObjCMethodScope;
SemaExprCXX.cpp 668 Scope::FunctionPrototypeScope | Scope::ObjCMethodScope |
    [all...]
  /external/clang/include/clang/Sema/
Scope.h 94 ObjCMethodScope = 0x800,
345 if (S->getFlags() & ObjCMethodScope)
356 if (S->getFlags() & ObjCMethodScope)
388 Scope::AtCatchScope | Scope::ObjCMethodScope))
  /external/clang/lib/Parse/
ParseObjc.cpp     [all...]

Completed in 198 milliseconds