Searched refs:isInObjcMethodScope (Results 1 – 7 of 7) sorted by relevance
431 bool isInObjcMethodScope() const { in isInObjcMethodScope() function
260 getCurScope()->isInObjcMethodScope()) { in ParseInitializerWithPotentialDesignator()
1248 (&II == Ident_super && getCurScope()->isInObjcMethodScope()))) { in ParseCastExpression()1276 getCurScope()->isInObjcMethodScope() && in ParseCastExpression()3255 getCurScope()->isInObjcMethodScope() && in ParseParenExpression()
3105 NextToken().isNot(tok::period) && getCurScope()->isInObjcMethodScope()) in ParseObjCMessageExpression()
171 getCurScope()->isInObjcMethodScope() || getCurScope()->getBlockParent() || in ParseNamespace()
5149 if (S && S->isInObjcMethodScope() && Typo == getSuperIdentifier()) in makeTypoCorrectionConsumer()
2305 if (IsSuper && S->isInObjcMethodScope()) in getObjCMessageKind()