Home
last modified time | relevance | path

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

/external/clang/include/clang/Sema/
DScope.h94 ObjCMethodScope = 0x800, enumerator
345 if (S->getFlags() & ObjCMethodScope) in isInObjcMethodScope()
356 if (S->getFlags() & ObjCMethodScope) in isInObjcMethodOuterScope()
388 Scope::AtCatchScope | Scope::ObjCMethodScope)) in isSwitchScope()
/external/clang/lib/Sema/
DScope.cpp44 FunctionPrototypeScope | AtCatchScope | ObjCMethodScope)) == in setFlags()
180 } else if (Flags & ObjCMethodScope) { in dumpImpl()
182 Flags &= ~ObjCMethodScope; in dumpImpl()
DSemaExprCXX.cpp668 Scope::FunctionPrototypeScope | Scope::ObjCMethodScope | in ActOnCXXThrow()
/external/clang/lib/Parse/
DParseObjc.cpp3645 ? Scope::ObjCMethodScope|Scope::FnScope|Scope::DeclScope in ParseLexedObjCMethodDefs()