Searched refs:isInObjcMethodScope (Results 1 – 7 of 7) sorted by relevance
447 bool isInObjcMethodScope() const { in isInObjcMethodScope() function
212 getCurScope()->isInObjcMethodScope()) { in ParseInitializerWithPotentialDesignator()
923 (&II == Ident_super && getCurScope()->isInObjcMethodScope()))) { in ParseCastExpression()951 getCurScope()->isInObjcMethodScope() && in ParseCastExpression()2843 getCurScope()->isInObjcMethodScope() && in ParseParenExpression()
2744 NextToken().isNot(tok::period) && getCurScope()->isInObjcMethodScope()) in ParseObjCMessageExpression()
136 getCurScope()->isInObjcMethodScope() || getCurScope()->getBlockParent() || in ParseNamespace()
5241 if (S && S->isInObjcMethodScope() && Typo == getSuperIdentifier()) in makeTypoCorrectionConsumer()
2294 if (IsSuper && S->isInObjcMethodScope()) in getObjCMessageKind()