Home
last modified time | relevance | path

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

/minix/external/bsd/llvm/dist/clang/include/clang/Sema/
H A DScope.h93 ObjCMethodScope = 0x800, enumerator
326 if (S->getFlags() & ObjCMethodScope) in isInObjcMethodScope()
337 if (S->getFlags() & ObjCMethodScope) in isInObjcMethodOuterScope()
369 Scope::AtCatchScope | Scope::ObjCMethodScope)) in isSwitchScope()
/minix/external/bsd/llvm/dist/clang/lib/Sema/
H A DScope.cpp43 FunctionPrototypeScope | AtCatchScope | ObjCMethodScope)) == in Init()
173 } else if (Flags & ObjCMethodScope) { in dumpImpl()
175 Flags &= ~ObjCMethodScope; in dumpImpl()
H A DSemaExprCXX.cpp625 Scope::FunctionPrototypeScope | Scope::ObjCMethodScope | in ActOnCXXThrow()
/minix/external/bsd/llvm/dist/clang/lib/Parse/
H A DParseObjc.cpp2899 ? Scope::ObjCMethodScope|Scope::FnScope|Scope::DeclScope in ParseLexedObjCMethodDefs()