Searched refs:isInObjcMethodScope (Results 1 – 7 of 7) sorted by relevance
342 bool isInObjcMethodScope() const { in isInObjcMethodScope() function
217 getCurScope()->isInObjcMethodScope()) { in ParseInitializerWithPotentialDesignator()
886 (&II == Ident_super && getCurScope()->isInObjcMethodScope()))) { in ParseCastExpression()908 getCurScope()->isInObjcMethodScope() && in ParseCastExpression()2363 getCurScope()->isInObjcMethodScope() && in ParseParenExpression()
3041 NextToken().isNot(tok::period) && getCurScope()->isInObjcMethodScope()) in ParseObjCMessageExpression()
133 getCurScope()->isInObjcMethodScope() || getCurScope()->getBlockParent() || in ParseNamespace()
4500 if (S && S->isInObjcMethodScope() && Typo == getSuperIdentifier()) in makeTypoCorrectionConsumer()
2065 if (IsSuper && S->isInObjcMethodScope()) in getObjCMessageKind()