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 44 FunctionPrototypeScope | AtCatchScope | ObjCMethodScope)) ==
173 } else if (Flags & AtCatchScope) {
174 OS << "AtCatchScope";
175 Flags &= ~AtCatchScope;
SemaCodeComplete.cpp     [all...]
  /external/clang/include/clang/Sema/
Scope.h 89 AtCatchScope = 0x400,
374 return getFlags() & Scope::AtCatchScope;
385 Scope::AtCatchScope | Scope::ObjCMethodScope))
  /external/clang/lib/Parse/
ParseObjc.cpp     [all...]
ParseDecl.cpp     [all...]

Completed in 151 milliseconds