Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/include/clang/Sema/
H A DScope.h99 ObjCMethodScope = 0x800, enumerator
434 if (S->getFlags() & ObjCMethodScope) in isInObjcMethodScope()
445 if (S->getFlags() & ObjCMethodScope) in isInObjcMethodOuterScope()
485 Scope::AtCatchScope | Scope::ObjCMethodScope)) in isSwitchScope()
554 Scope::AtCatchScope | Scope::ObjCMethodScope))
/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DScope.cpp44 FunctionPrototypeScope | AtCatchScope | ObjCMethodScope)) == in setFlags()
217 {ObjCMethodScope, "ObjCMethodScope"}, in dumpImpl()
H A DSemaExprCXX.cpp851 Scope::ObjCMethodScope | Scope::TryScope)) in ActOnCXXThrow()
/freebsd/contrib/llvm-project/clang/lib/Parse/
H A DParseObjc.cpp3735 ParseScope BodyScope(this, (parseMethod ? Scope::ObjCMethodScope : 0) | in ParseLexedObjCMethodDefs()