Searched refs:isInObjcMethodScope (Results 1 – 7 of 7) sorted by relevance
407 bool isInObjcMethodScope() const { in isInObjcMethodScope() function
255 getCurScope()->isInObjcMethodScope()) { in ParseInitializerWithPotentialDesignator()
1170 (&II == Ident_super && getCurScope()->isInObjcMethodScope()))) { in ParseCastExpression()1198 getCurScope()->isInObjcMethodScope() && in ParseCastExpression()3100 getCurScope()->isInObjcMethodScope() && in ParseParenExpression()
3093 NextToken().isNot(tok::period) && getCurScope()->isInObjcMethodScope()) in ParseObjCMessageExpression()
160 getCurScope()->isInObjcMethodScope() || getCurScope()->getBlockParent() || in ParseNamespace()
2293 if (IsSuper && S->isInObjcMethodScope()) in getObjCMessageKind()
5196 if (S && S->isInObjcMethodScope() && Typo == getSuperIdentifier()) in makeTypoCorrectionConsumer()