Searched refs:isInObjcMethodScope (Results 1 – 7 of 7) sorted by relevance
339 bool isInObjcMethodScope() const { in isInObjcMethodScope() function
217 getCurScope()->isInObjcMethodScope()) { in ParseInitializerWithPotentialDesignator()
872 (&II == Ident_super && getCurScope()->isInObjcMethodScope()))) { in ParseCastExpression()894 getCurScope()->isInObjcMethodScope() && in ParseCastExpression()2315 getCurScope()->isInObjcMethodScope() && in ParseParenExpression()
133 getCurScope()->isInObjcMethodScope() || getCurScope()->getBlockParent() || in ParseNamespace()
2982 NextToken().isNot(tok::period) && getCurScope()->isInObjcMethodScope()) in ParseObjCMessageExpression()
4418 if (S && S->isInObjcMethodScope() && Typo == getSuperIdentifier()) in makeTypoCorrectionConsumer()
2050 if (IsSuper && S->isInObjcMethodScope()) in getObjCMessageKind()