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

  /external/clang/lib/Sema/
Scope.cpp 43 FunctionPrototypeScope | AtCatchScope | ObjCMethodScope)) ==
170 } else if (Flags & AtCatchScope) {
171 OS << "AtCatchScope";
172 Flags &= ~AtCatchScope;
SemaCodeComplete.cpp     [all...]
  /external/clang/include/clang/Sema/
Scope.h 89 AtCatchScope = 0x400,
355 return getFlags() & Scope::AtCatchScope;
366 Scope::AtCatchScope | Scope::ObjCMethodScope))
  /external/clang/lib/Parse/
ParseObjc.cpp     [all...]
ParseDecl.cpp     [all...]

Completed in 73 milliseconds