Searched refs:isInObjcMethodScope (Results 1 – 7 of 7) sorted by relevance
412 bool isInObjcMethodScope() const { in isInObjcMethodScope() function
257 getCurScope()->isInObjcMethodScope()) { in ParseInitializerWithPotentialDesignator()
1185 (&II == Ident_super && getCurScope()->isInObjcMethodScope()))) { in ParseCastExpression()1213 getCurScope()->isInObjcMethodScope() && in ParseCastExpression()3181 getCurScope()->isInObjcMethodScope() && in ParseParenExpression()
3106 NextToken().isNot(tok::period) && getCurScope()->isInObjcMethodScope()) in ParseObjCMessageExpression()
162 getCurScope()->isInObjcMethodScope() || getCurScope()->getBlockParent() || in ParseNamespace()
5214 if (S && S->isInObjcMethodScope() && Typo == getSuperIdentifier()) in makeTypoCorrectionConsumer()
2295 if (IsSuper && S->isInObjcMethodScope()) in getObjCMessageKind()