Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/clang/include/clang/Sema/
H A DScope.h95 ObjCMethodScope = 0x800, enumerator
389 if (S->getFlags() & ObjCMethodScope) in isInObjcMethodScope()
400 if (S->getFlags() & ObjCMethodScope) in isInObjcMethodOuterScope()
437 Scope::AtCatchScope | Scope::ObjCMethodScope)) in isSwitchScope()
/netbsd-src/external/apache2/llvm/dist/clang/lib/Sema/
H A DScope.cpp43 FunctionPrototypeScope | AtCatchScope | ObjCMethodScope)) == in setFlags()
157 {ObjCMethodScope, "ObjCMethodScope"}, in dumpImpl()
H A DSemaExprCXX.cpp825 Scope::FunctionPrototypeScope | Scope::ObjCMethodScope | in ActOnCXXThrow()
/netbsd-src/external/apache2/llvm/dist/clang/lib/Parse/
H A DParseObjc.cpp3669 ParseScope BodyScope(this, (parseMethod ? Scope::ObjCMethodScope : 0) | in ParseLexedObjCMethodDefs()