Lines Matching refs:getCurScope
38 Actions.CodeCompleteObjCAtDirective(getCurScope()); in ParseObjCAtDirectives()
130 Actions.ActOnAtEnd(getCurScope(), AtLoc); in CheckNestedObjCContexts()
177 Actions.CodeCompleteObjCInterfaceDecl(getCurScope()); in ParseObjCAtInterfaceDeclaration()
199 Actions.CodeCompleteObjCInterfaceCategory(getCurScope(), nameId, nameLoc); in ParseObjCAtInterfaceDeclaration()
256 Actions.CodeCompleteObjCSuperclass(getCurScope(), nameId, nameLoc); in ParseObjCAtInterfaceDeclaration()
341 P.Actions.ActOnProperty(P.getCurScope(), AtLoc, LParenLoc, in invoke()
412 Actions.CodeCompleteOrdinaryName(getCurScope(), in ParseObjCInterfaceDeclList()
433 Actions.CodeCompleteObjCAtDirective(getCurScope()); in ParseObjCInterfaceDeclList()
509 Actions.CodeCompleteObjCAtDirective(getCurScope()); in ParseObjCInterfaceDeclList()
524 Actions.ActOnAtEnd(getCurScope(), AtEnd, in ParseObjCInterfaceDeclList()
557 Actions.CodeCompleteObjCPropertyFlags(getCurScope(), DS); in ParseObjCPropertyAttribute()
602 Actions.CodeCompleteObjCPropertySetter(getCurScope()); in ParseObjCPropertyAttribute()
604 Actions.CodeCompleteObjCPropertyGetter(getCurScope()); in ParseObjCPropertyAttribute()
803 Actions.CodeCompleteObjCPassingType(getCurScope(), DS, in ParseObjCTypeQualifierList()
905 TypeResult type = Actions.ActOnTypeName(getCurScope(), declarator); in ParseObjCTypeName()
974 Actions.CodeCompleteObjCMethodDecl(getCurScope(), mType == tok::minus, in ParseObjCMethodDecl()
992 Actions.CodeCompleteObjCMethodDecl(getCurScope(), mType == tok::minus, in ParseObjCMethodDecl()
1019 = Actions.ActOnMethodDeclaration(getCurScope(), mLoc, Tok.getLocation(), in ParseObjCMethodDecl()
1064 Actions.CodeCompleteObjCMethodDeclSelector(getCurScope(), in ParseObjCMethodDecl()
1092 Actions.CodeCompleteObjCMethodDeclSelector(getCurScope(), in ParseObjCMethodDecl()
1137 Decl *Param = Actions.ActOnParamDeclarator(getCurScope(), ParmDecl); in ParseObjCMethodDecl()
1155 = Actions.ActOnMethodDeclaration(getCurScope(), mLoc, Tok.getLocation(), in ParseObjCMethodDecl()
1279 Actions.CodeCompleteObjCAtVisibility(getCurScope()); in ParseObjCClassInstanceVariables()
1298 Actions.CodeCompleteOrdinaryName(getCurScope(), in ParseObjCClassInstanceVariables()
1318 = P.Actions.ActOnIvar(P.getCurScope(), in ParseObjCClassInstanceVariables()
1347 Actions.ActOnFields(getCurScope(), atLoc, interfaceDecl, in ParseObjCClassInstanceVariables()
1377 Actions.CodeCompleteObjCProtocolDecl(getCurScope()); in ParseObjCAtProtocolDeclaration()
1468 Actions.CodeCompleteObjCImplementationDecl(getCurScope()); in ParseObjCAtImplementationDeclaration()
1489 Actions.CodeCompleteObjCImplementationCategory(getCurScope(), nameId, nameLoc); in ParseObjCAtImplementationDeclaration()
1581 P.Actions.DefaultSynthesizeProperties(P.getCurScope(), Dcl); in finish()
1586 P.Actions.ActOnAtEnd(P.getCurScope(), AtEnd); in finish()
1646 Actions.CodeCompleteObjCPropertyDefinition(getCurScope()); in ParseObjCPropertySynthesize()
1666 Actions.CodeCompleteObjCPropertySynthesizeIvar(getCurScope(), propertyId); in ParseObjCPropertySynthesize()
1678 Actions.ActOnPropertyImplDecl(getCurScope(), atLoc, propertyLoc, true, in ParseObjCPropertySynthesize()
1701 Actions.CodeCompleteObjCPropertyDefinition(getCurScope()); in ParseObjCPropertyDynamic()
1714 Actions.ActOnPropertyImplDecl(getCurScope(), atLoc, propertyLoc, false, in ParseObjCPropertyDynamic()
1740 return Actions.ActOnObjCAtThrowStmt(atLoc, Res.take(), getCurScope()); in ParseObjCThrowStmt()
1846 FirstPart = Actions.ActOnObjCExceptionDecl(getCurScope(), ParmDecl); in ParseObjCTryStmt()
2012 Actions.CodeCompleteObjCAtStatement(getCurScope()); in ParseObjCAtStatement()
2046 Actions.CodeCompleteObjCAtExpression(getCurScope()); in ParseObjCAtExpression()
2073 Lit = Actions.ActOnUnaryOp(getCurScope(), OpLoc, Kind, Lit.take()); in ParseObjCAtExpression()
2220 TypeResult Type = Actions.ActOnTypeName(getCurScope(), DeclaratorInfo); in ParseObjCXXMessageReceiver()
2253 getCurScope()); in isStartOfObjCClassMessageMissingOpenBracket()
2284 Actions.CodeCompleteObjCMessageReceiver(getCurScope()); in ParseObjCMessageExpression()
2299 NextToken().isNot(tok::period) && getCurScope()->isInObjcMethodScope()) in ParseObjCMessageExpression()
2325 switch (Actions.getObjCMessageKind(getCurScope(), Name, NameLoc, in ParseObjCMessageExpression()
2408 Actions.CodeCompleteObjCSuperMessage(getCurScope(), SuperLoc, 0, 0, in ParseObjCMessageExpressionBody()
2411 Actions.CodeCompleteObjCClassMessage(getCurScope(), ReceiverType, 0, 0, in ParseObjCMessageExpressionBody()
2414 Actions.CodeCompleteObjCInstanceMessage(getCurScope(), ReceiverExpr, in ParseObjCMessageExpressionBody()
2448 Actions.CodeCompleteObjCSuperMessage(getCurScope(), SuperLoc, in ParseObjCMessageExpressionBody()
2453 Actions.CodeCompleteObjCClassMessage(getCurScope(), ReceiverType, in ParseObjCMessageExpressionBody()
2458 Actions.CodeCompleteObjCInstanceMessage(getCurScope(), ReceiverExpr, in ParseObjCMessageExpressionBody()
2482 Actions.CodeCompleteObjCSuperMessage(getCurScope(), SuperLoc, in ParseObjCMessageExpressionBody()
2487 Actions.CodeCompleteObjCClassMessage(getCurScope(), ReceiverType, in ParseObjCMessageExpressionBody()
2492 Actions.CodeCompleteObjCInstanceMessage(getCurScope(), ReceiverExpr, in ParseObjCMessageExpressionBody()
2558 return Actions.ActOnSuperMessage(getCurScope(), SuperLoc, Sel, in ParseObjCMessageExpressionBody()
2561 return Actions.ActOnClassMessage(getCurScope(), ReceiverType, Sel, in ParseObjCMessageExpressionBody()
2563 return Actions.ActOnInstanceMessage(getCurScope(), ReceiverExpr, Sel, in ParseObjCMessageExpressionBody()
2814 Actions.CodeCompleteObjCSelector(getCurScope(), KeyIdents.data(), in ParseObjCSelectorExpression()
2841 Actions.CodeCompleteObjCSelector(getCurScope(), KeyIdents.data(), in ParseObjCSelectorExpression()
2895 Actions.ActOnStartOfObjCMethodDef(getCurScope(), MCDecl); in ParseLexedObjCMethodDefs()
2897 Actions.ActOnStartOfFunctionDef(getCurScope(), MCDecl); in ParseLexedObjCMethodDefs()