Searched refs:ObjCMethodScope (Results 1 - 4 of 4) sorted by relevance

/external/clang/lib/Sema/
H A DScope.cpp43 FunctionPrototypeScope | AtCatchScope | ObjCMethodScope)) ==
173 } else if (Flags & ObjCMethodScope) {
174 OS << "ObjCMethodScope";
175 Flags &= ~ObjCMethodScope;
H A DSemaExprCXX.cpp604 Scope::FunctionPrototypeScope | Scope::ObjCMethodScope |
/external/clang/include/clang/Sema/
H A DScope.h93 ObjCMethodScope = 0x800, enumerator in enum:clang::Scope::ScopeFlags
323 if (S->getFlags() & ObjCMethodScope)
334 if (S->getFlags() & ObjCMethodScope)
366 Scope::AtCatchScope | Scope::ObjCMethodScope))
/external/clang/lib/Parse/
H A DParseObjc.cpp2935 ? Scope::ObjCMethodScope|Scope::FnScope|Scope::DeclScope

Completed in 341 milliseconds