• Home
  • Raw
  • Download

Lines Matching refs:getCurScope

50     Actions.CodeCompleteObjCAtDirective(getCurScope());  in ParseObjCAtDirectives()
141 Actions.ActOnAtEnd(getCurScope(), AtLoc); in CheckNestedObjCContexts()
188 Actions.CodeCompleteObjCInterfaceDecl(getCurScope()); in ParseObjCAtInterfaceDeclaration()
213 Actions.CodeCompleteObjCInterfaceCategory(getCurScope(), nameId, nameLoc); in ParseObjCAtInterfaceDeclaration()
271 Actions.CodeCompleteObjCSuperclass(getCurScope(), nameId, nameLoc); in ParseObjCAtInterfaceDeclaration()
361 P.Actions.ActOnProperty(P.getCurScope(), AtLoc, LParenLoc, in invoke()
432 Actions.CodeCompleteOrdinaryName(getCurScope(), in ParseObjCInterfaceDeclList()
453 Actions.CodeCompleteObjCAtDirective(getCurScope()); in ParseObjCInterfaceDeclList()
529 Actions.CodeCompleteObjCAtDirective(getCurScope()); in ParseObjCInterfaceDeclList()
544 Actions.ActOnAtEnd(getCurScope(), AtEnd, allMethods, allTUVariables); in ParseObjCInterfaceDeclList()
574 Actions.CodeCompleteObjCPropertyFlags(getCurScope(), DS); in ParseObjCPropertyAttribute()
621 Actions.CodeCompleteObjCPropertySetter(getCurScope()); in ParseObjCPropertyAttribute()
623 Actions.CodeCompleteObjCPropertyGetter(getCurScope()); in ParseObjCPropertyAttribute()
823 Actions.CodeCompleteObjCPassingType(getCurScope(), DS, in ParseObjCTypeQualifierList()
926 TypeResult type = Actions.ActOnTypeName(getCurScope(), declarator); in ParseObjCTypeName()
995 Actions.CodeCompleteObjCMethodDecl(getCurScope(), mType == tok::minus, in ParseObjCMethodDecl()
1014 Actions.CodeCompleteObjCMethodDecl(getCurScope(), mType == tok::minus, in ParseObjCMethodDecl()
1041 = Actions.ActOnMethodDeclaration(getCurScope(), mLoc, Tok.getLocation(), in ParseObjCMethodDecl()
1083 Actions.CodeCompleteObjCMethodDeclSelector(getCurScope(), in ParseObjCMethodDecl()
1110 Actions.CodeCompleteObjCMethodDeclSelector(getCurScope(), in ParseObjCMethodDecl()
1153 Decl *Param = Actions.ActOnParamDeclarator(getCurScope(), ParmDecl); in ParseObjCMethodDecl()
1171 = Actions.ActOnMethodDeclaration(getCurScope(), mLoc, Tok.getLocation(), in ParseObjCMethodDecl()
1258 Actions.ActOnFields(getCurScope(), atLoc, interfaceDecl, in HelperActionsForIvarDeclarations()
1307 Actions.CodeCompleteObjCAtVisibility(getCurScope()); in ParseObjCClassInstanceVariables()
1337 Actions.CodeCompleteOrdinaryName(getCurScope(), in ParseObjCClassInstanceVariables()
1357 = P.Actions.ActOnIvar(P.getCurScope(), in ParseObjCClassInstanceVariables()
1408 Actions.CodeCompleteObjCProtocolDecl(getCurScope()); in ParseObjCAtProtocolDeclaration()
1500 Actions.CodeCompleteObjCImplementationDecl(getCurScope()); in ParseObjCAtImplementationDeclaration()
1524 Actions.CodeCompleteObjCImplementationCategory(getCurScope(), nameId, nameLoc); in ParseObjCAtImplementationDeclaration()
1630 P.Actions.DefaultSynthesizeProperties(P.getCurScope(), Dcl); in finish()
1635 P.Actions.ActOnAtEnd(P.getCurScope(), AtEnd); in finish()
1694 Actions.CodeCompleteObjCPropertyDefinition(getCurScope()); in ParseObjCPropertySynthesize()
1712 Actions.CodeCompleteObjCPropertySynthesizeIvar(getCurScope(), propertyId); in ParseObjCPropertySynthesize()
1724 Actions.ActOnPropertyImplDecl(getCurScope(), atLoc, propertyLoc, true, in ParseObjCPropertySynthesize()
1747 Actions.CodeCompleteObjCPropertyDefinition(getCurScope()); in ParseObjCPropertyDynamic()
1760 Actions.ActOnPropertyImplDecl(getCurScope(), atLoc, propertyLoc, false, in ParseObjCPropertyDynamic()
1786 return Actions.ActOnObjCAtThrowStmt(atLoc, Res.get(), getCurScope()); in ParseObjCThrowStmt()
1892 FirstPart = Actions.ActOnObjCExceptionDecl(getCurScope(), ParmDecl); in ParseObjCTryStmt()
2058 Actions.CodeCompleteObjCAtStatement(getCurScope()); in ParseObjCAtStatement()
2092 Actions.CodeCompleteObjCAtExpression(getCurScope()); in ParseObjCAtExpression()
2119 Lit = Actions.ActOnUnaryOp(getCurScope(), OpLoc, Kind, Lit.get()); in ParseObjCAtExpression()
2266 TypeResult Type = Actions.ActOnTypeName(getCurScope(), DeclaratorInfo); in ParseObjCXXMessageReceiver()
2299 getCurScope()); in isStartOfObjCClassMessageMissingOpenBracket()
2330 Actions.CodeCompleteObjCMessageReceiver(getCurScope()); in ParseObjCMessageExpression()
2345 NextToken().isNot(tok::period) && getCurScope()->isInObjcMethodScope()) in ParseObjCMessageExpression()
2371 switch (Actions.getObjCMessageKind(getCurScope(), Name, NameLoc, in ParseObjCMessageExpression()
2454 Actions.CodeCompleteObjCSuperMessage(getCurScope(), SuperLoc, None, in ParseObjCMessageExpressionBody()
2457 Actions.CodeCompleteObjCClassMessage(getCurScope(), ReceiverType, None, in ParseObjCMessageExpressionBody()
2460 Actions.CodeCompleteObjCInstanceMessage(getCurScope(), ReceiverExpr, in ParseObjCMessageExpressionBody()
2492 Actions.CodeCompleteObjCSuperMessage(getCurScope(), SuperLoc, in ParseObjCMessageExpressionBody()
2496 Actions.CodeCompleteObjCClassMessage(getCurScope(), ReceiverType, in ParseObjCMessageExpressionBody()
2500 Actions.CodeCompleteObjCInstanceMessage(getCurScope(), ReceiverExpr, in ParseObjCMessageExpressionBody()
2530 Actions.CodeCompleteObjCSuperMessage(getCurScope(), SuperLoc, in ParseObjCMessageExpressionBody()
2534 Actions.CodeCompleteObjCClassMessage(getCurScope(), ReceiverType, in ParseObjCMessageExpressionBody()
2538 Actions.CodeCompleteObjCInstanceMessage(getCurScope(), ReceiverExpr, in ParseObjCMessageExpressionBody()
2601 return Actions.ActOnSuperMessage(getCurScope(), SuperLoc, Sel, in ParseObjCMessageExpressionBody()
2604 return Actions.ActOnClassMessage(getCurScope(), ReceiverType, Sel, in ParseObjCMessageExpressionBody()
2606 return Actions.ActOnInstanceMessage(getCurScope(), ReceiverExpr, Sel, in ParseObjCMessageExpressionBody()
2859 Actions.CodeCompleteObjCSelector(getCurScope(), KeyIdents); in ParseObjCSelectorExpression()
2885 Actions.CodeCompleteObjCSelector(getCurScope(), KeyIdents); in ParseObjCSelectorExpression()
2941 Actions.ActOnStartOfObjCMethodDef(getCurScope(), MCDecl); in ParseLexedObjCMethodDefs()
2943 Actions.ActOnStartOfFunctionDef(getCurScope(), MCDecl); in ParseLexedObjCMethodDefs()