Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/clang/include/clang/Sema/
H A DScope.h96 ObjCMethodScope = 0x800, enumerator
415 if (S->getFlags() & ObjCMethodScope) in isInObjcMethodScope()
426 if (S->getFlags() & ObjCMethodScope) in isInObjcMethodOuterScope()
466 Scope::AtCatchScope | Scope::ObjCMethodScope)) in isSwitchScope()
/freebsd-14.2/contrib/llvm-project/clang/lib/Sema/
H A DScope.cpp43 FunctionPrototypeScope | AtCatchScope | ObjCMethodScope)) == in setFlags()
214 {ObjCMethodScope, "ObjCMethodScope"}, in dumpImpl()
H A DSemaExprCXX.cpp859 Scope::ObjCMethodScope | Scope::TryScope)) in ActOnCXXThrow()
/freebsd-14.2/contrib/llvm-project/clang/lib/Parse/
H A DParseObjc.cpp3736 ParseScope BodyScope(this, (parseMethod ? Scope::ObjCMethodScope : 0) | in ParseLexedObjCMethodDefs()