Searched refs:isInObjcMethodScope (Results 1 – 7 of 7) sorted by relevance
354 bool isInObjcMethodScope() const { in isInObjcMethodScope() function
216 getCurScope()->isInObjcMethodScope()) { in ParseInitializerWithPotentialDesignator()
964 (&II == Ident_super && getCurScope()->isInObjcMethodScope()))) { in ParseCastExpression()992 getCurScope()->isInObjcMethodScope() && in ParseCastExpression()2541 getCurScope()->isInObjcMethodScope() && in ParseParenExpression()
3011 NextToken().isNot(tok::period) && getCurScope()->isInObjcMethodScope()) in ParseObjCMessageExpression()
147 getCurScope()->isInObjcMethodScope() || getCurScope()->getBlockParent() || in ParseNamespace()
4585 if (S && S->isInObjcMethodScope() && Typo == getSuperIdentifier()) in makeTypoCorrectionConsumer()
2113 if (IsSuper && S->isInObjcMethodScope()) in getObjCMessageKind()