Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/clang/include/clang/Sema/
H A DScope.h96 ObjCMethodScope = 0x800, enumerator
410 if (S->getFlags() & ObjCMethodScope) in isInObjcMethodScope()
421 if (S->getFlags() & ObjCMethodScope) in isInObjcMethodOuterScope()
461 Scope::AtCatchScope | Scope::ObjCMethodScope)) in isSwitchScope()
/openbsd-src/gnu/llvm/clang/lib/Sema/
H A DScope.cpp43 FunctionPrototypeScope | AtCatchScope | ObjCMethodScope)) == in setFlags()
212 {ObjCMethodScope, "ObjCMethodScope"}, in dumpImpl()
H A DSemaExprCXX.cpp852 Scope::ObjCMethodScope | Scope::TryScope)) in ActOnCXXThrow()
/openbsd-src/gnu/llvm/clang/lib/Parse/
H A DParseObjc.cpp3723 ParseScope BodyScope(this, (parseMethod ? Scope::ObjCMethodScope : 0) | in ParseLexedObjCMethodDefs()