Searched refs:isInObjcMethodScope (Results 1 – 7 of 7) sorted by relevance
339 bool isInObjcMethodScope() const { in isInObjcMethodScope() function
217 getCurScope()->isInObjcMethodScope()) { in ParseInitializerWithPotentialDesignator()
846 (&II == Ident_super && getCurScope()->isInObjcMethodScope()))) { in ParseCastExpression()868 getCurScope()->isInObjcMethodScope() && in ParseCastExpression()2229 getCurScope()->isInObjcMethodScope() && in ParseParenExpression()
2307 NextToken().isNot(tok::period) && getCurScope()->isInObjcMethodScope()) in ParseObjCMessageExpression()
132 getCurScope()->isInObjcMethodScope() || getCurScope()->getBlockParent() || in ParseNamespace()
4091 if (S && S->isInObjcMethodScope() && Typo == getSuperIdentifier()) in makeTypoCorrectionConsumer()
1806 if (IsSuper && S->isInObjcMethodScope()) in getObjCMessageKind()