Searched refs:isInObjcMethodScope (Results 1 - 7 of 7) sorted by relevance

/external/clang/include/clang/Sema/
H A DScope.h318 /// isInObjcMethodScope - Return true if this scope is, or is contained in, an
320 bool isInObjcMethodScope() const { function in class:clang::Scope
/external/clang/lib/Parse/
H A DParseInit.cpp217 getCurScope()->isInObjcMethodScope()) {
H A DParseExpr.cpp739 (&II == Ident_super && getCurScope()->isInObjcMethodScope()))) {
761 getCurScope()->isInObjcMethodScope() &&
2086 getCurScope()->isInObjcMethodScope() &&
H A DParseObjc.cpp2345 NextToken().isNot(tok::period) && getCurScope()->isInObjcMethodScope())
H A DParseDeclCXX.cpp127 getCurScope()->isInObjcMethodScope() || getCurScope()->getBlockParent() ||
/external/clang/lib/Sema/
H A DSemaExprObjC.cpp1835 if (IsSuper && S->isInObjcMethodScope())
H A DSemaLookup.cpp4203 if (S && S->isInObjcMethodScope() && Typo == getSuperIdentifier())

Completed in 153 milliseconds