Home
last modified time | relevance | path

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

/external/clang/include/clang/Sema/
DScope.h93 ObjCMethodScope = 0x800, enumerator
342 if (S->getFlags() & ObjCMethodScope) in isInObjcMethodScope()
353 if (S->getFlags() & ObjCMethodScope) in isInObjcMethodOuterScope()
385 Scope::AtCatchScope | Scope::ObjCMethodScope)) in isSwitchScope()
/external/clang/lib/Sema/
DScope.cpp44 FunctionPrototypeScope | AtCatchScope | ObjCMethodScope)) == in Init()
176 } else if (Flags & ObjCMethodScope) { in dumpImpl()
178 Flags &= ~ObjCMethodScope; in dumpImpl()
DSemaExprCXX.cpp628 Scope::FunctionPrototypeScope | Scope::ObjCMethodScope | in ActOnCXXThrow()
/external/clang/lib/Parse/
DParseObjc.cpp2899 ? Scope::ObjCMethodScope|Scope::FnScope|Scope::DeclScope in ParseLexedObjCMethodDefs()