Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang/include/clang/Sema/
H A DScope.h95 ObjCMethodScope = 0x800, enumerator
407 if (S->getFlags() & ObjCMethodScope) in isInObjcMethodScope()
418 if (S->getFlags() & ObjCMethodScope) in isInObjcMethodOuterScope()
458 Scope::AtCatchScope | Scope::ObjCMethodScope)) in isSwitchScope()
/llvm-project-15.0.7/clang/lib/Sema/
H A DScope.cpp43 FunctionPrototypeScope | AtCatchScope | ObjCMethodScope)) == in setFlags()
209 {ObjCMethodScope, "ObjCMethodScope"}, in dumpImpl()
H A DSemaExprCXX.cpp849 Scope::ObjCMethodScope | Scope::TryScope)) in ActOnCXXThrow()
/llvm-project-15.0.7/clang/lib/Parse/
H A DParseObjc.cpp3678 ParseScope BodyScope(this, (parseMethod ? Scope::ObjCMethodScope : 0) | in ParseLexedObjCMethodDefs()