Lines Matching refs:getCurScope
52 Actions.CodeCompleteObjCAtDirective(getCurScope()); in ParseObjCAtDirectives()
178 Actions.ActOnAtEnd(getCurScope(), AtLoc); in CheckNestedObjCContexts()
225 Actions.CodeCompleteObjCInterfaceDecl(getCurScope()); in ParseObjCAtInterfaceDeclaration()
248 ObjCTypeParamListScope typeParamScope(Actions, getCurScope()); in ParseObjCAtInterfaceDeclaration()
262 Actions.CodeCompleteObjCInterfaceCategory(getCurScope(), nameId, nameLoc); in ParseObjCAtInterfaceDeclaration()
327 Actions.CodeCompleteObjCSuperclass(getCurScope(), nameId, nameLoc); in ParseObjCAtInterfaceDeclaration()
373 Actions.ActOnStartClassInterface(getCurScope(), AtLoc, nameId, nameLoc, in ParseObjCAtInterfaceDeclaration()
462 getCurScope(), ObjCTypeParamVariance::Invariant, SourceLocation(), in parseObjCTypeParamListOrProtocolRefs()
540 getCurScope(), variance, varianceLoc, typeParams.size(), paramName, in parseObjCTypeParamListOrProtocolRefs()
582 getCurScope(), in parseObjCTypeParamListOrProtocolRefs()
601 ObjCTypeParamListScope Scope(Actions, getCurScope()); in parseObjCTypeParamList()
662 Actions.CodeCompleteOrdinaryName(getCurScope(), in ParseObjCInterfaceDeclList()
683 Actions.CodeCompleteObjCAtDirective(getCurScope()); in ParseObjCInterfaceDeclList()
778 getCurScope(), AtLoc, LParenLoc, FD, OCDS, GetterSel, SetterSel, in ParseObjCInterfaceDeclList()
796 Actions.CodeCompleteObjCAtDirective(getCurScope()); in ParseObjCInterfaceDeclList()
811 Actions.ActOnAtEnd(getCurScope(), AtEnd, allMethods, allTUVariables); in ParseObjCInterfaceDeclList()
864 Actions.CodeCompleteObjCPropertyFlags(getCurScope(), DS); in ParseObjCPropertyAttribute()
911 Actions.CodeCompleteObjCPropertySetter(getCurScope()); in ParseObjCPropertyAttribute()
913 Actions.CodeCompleteObjCPropertyGetter(getCurScope()); in ParseObjCPropertyAttribute()
1157 Actions.CodeCompleteObjCPassingType(getCurScope(), DS, in ParseObjCTypeQualifierList()
1293 TypeResult type = Actions.ActOnTypeName(getCurScope(), declarator); in ParseObjCTypeName()
1353 Actions.CodeCompleteObjCMethodDecl(getCurScope(), mType == tok::minus, in ParseObjCMethodDecl()
1372 Actions.CodeCompleteObjCMethodDecl(getCurScope(), mType == tok::minus, in ParseObjCMethodDecl()
1399 = Actions.ActOnMethodDeclaration(getCurScope(), mLoc, Tok.getLocation(), in ParseObjCMethodDecl()
1441 Actions.CodeCompleteObjCMethodDeclSelector(getCurScope(), in ParseObjCMethodDecl()
1468 Actions.CodeCompleteObjCMethodDeclSelector(getCurScope(), in ParseObjCMethodDecl()
1511 Decl *Param = Actions.ActOnParamDeclarator(getCurScope(), ParmDecl); in ParseObjCMethodDecl()
1529 = Actions.ActOnMethodDeclaration(getCurScope(), mLoc, Tok.getLocation(), in ParseObjCMethodDecl()
1658 Actions.CodeCompleteOrdinaryName(getCurScope(), Sema::PCC_Type); in parseObjCTypeArgsOrProtocolQualifiers()
1679 Actions.actOnObjCTypeArgsOrProtocolQualifiers(getCurScope(), in parseObjCTypeArgsOrProtocolQualifiers()
1709 = Actions.getTypeName(*identifiers[i], identifierLocs[i], getCurScope()); in parseObjCTypeArgsOrProtocolQualifiers()
1719 TypeResult fullTypeArg = Actions.ActOnTypeName(getCurScope(), D); in parseObjCTypeArgsOrProtocolQualifiers()
1777 getCurScope(), nullptr, T); in parseObjCTypeArgsOrProtocolQualifiers()
1872 getCurScope(), in parseObjCTypeArgsAndProtocolQualifiers()
1896 Actions.ActOnFields(getCurScope(), atLoc, interfaceDecl, in HelperActionsForIvarDeclarations()
1945 Actions.CodeCompleteObjCAtVisibility(getCurScope()); in ParseObjCClassInstanceVariables()
1975 Actions.CodeCompleteOrdinaryName(getCurScope(), in ParseObjCClassInstanceVariables()
1985 getCurScope(), FD.D.getDeclSpec().getSourceRange().getBegin(), FD.D, in ParseObjCClassInstanceVariables()
2033 Actions.CodeCompleteObjCProtocolDecl(getCurScope()); in ParseObjCAtProtocolDeclaration()
2124 Actions.CodeCompleteObjCImplementationDecl(getCurScope()); in ParseObjCAtImplementationDeclaration()
2147 ObjCTypeParamListScope typeParamScope(Actions, getCurScope()); in ParseObjCAtImplementationDeclaration()
2165 Actions.CodeCompleteObjCImplementationCategory(getCurScope(), nameId, nameLoc); in ParseObjCAtImplementationDeclaration()
2281 P.Actions.DefaultSynthesizeProperties(P.getCurScope(), Dcl); in finish()
2286 P.Actions.ActOnAtEnd(P.getCurScope(), AtEnd); in finish()
2345 Actions.CodeCompleteObjCPropertyDefinition(getCurScope()); in ParseObjCPropertySynthesize()
2363 Actions.CodeCompleteObjCPropertySynthesizeIvar(getCurScope(), propertyId); in ParseObjCPropertySynthesize()
2376 getCurScope(), atLoc, propertyLoc, true, in ParseObjCPropertySynthesize()
2425 Actions.CodeCompleteObjCPropertyDefinition(getCurScope()); in ParseObjCPropertyDynamic()
2439 getCurScope(), atLoc, propertyLoc, false, in ParseObjCPropertyDynamic()
2467 return Actions.ActOnObjCAtThrowStmt(atLoc, Res.get(), getCurScope()); in ParseObjCThrowStmt()
2573 FirstPart = Actions.ActOnObjCExceptionDecl(getCurScope(), ParmDecl); in ParseObjCTryStmt()
2746 Actions.CodeCompleteObjCAtStatement(getCurScope()); in ParseObjCAtStatement()
2786 Actions.CodeCompleteObjCAtExpression(getCurScope()); in ParseObjCAtExpression()
2813 Lit = Actions.ActOnUnaryOp(getCurScope(), OpLoc, Kind, Lit.get()); in ParseObjCAtExpression()
2963 TypeResult Type = Actions.ActOnTypeName(getCurScope(), DeclaratorInfo); in ParseObjCXXMessageReceiver()
2995 getCurScope()); in isStartOfObjCClassMessageMissingOpenBracket()
3026 Actions.CodeCompleteObjCMessageReceiver(getCurScope()); in ParseObjCMessageExpression()
3041 NextToken().isNot(tok::period) && getCurScope()->isInObjcMethodScope()) in ParseObjCMessageExpression()
3066 switch (Actions.getObjCMessageKind(getCurScope(), Name, NameLoc, in ParseObjCMessageExpression()
3164 Actions.CodeCompleteObjCSuperMessage(getCurScope(), SuperLoc, None, in ParseObjCMessageExpressionBody()
3167 Actions.CodeCompleteObjCClassMessage(getCurScope(), ReceiverType, None, in ParseObjCMessageExpressionBody()
3170 Actions.CodeCompleteObjCInstanceMessage(getCurScope(), ReceiverExpr, in ParseObjCMessageExpressionBody()
3202 Actions.CodeCompleteObjCSuperMessage(getCurScope(), SuperLoc, in ParseObjCMessageExpressionBody()
3206 Actions.CodeCompleteObjCClassMessage(getCurScope(), ReceiverType, in ParseObjCMessageExpressionBody()
3210 Actions.CodeCompleteObjCInstanceMessage(getCurScope(), ReceiverExpr, in ParseObjCMessageExpressionBody()
3240 Actions.CodeCompleteObjCSuperMessage(getCurScope(), SuperLoc, in ParseObjCMessageExpressionBody()
3244 Actions.CodeCompleteObjCClassMessage(getCurScope(), ReceiverType, in ParseObjCMessageExpressionBody()
3248 Actions.CodeCompleteObjCInstanceMessage(getCurScope(), ReceiverExpr, in ParseObjCMessageExpressionBody()
3313 return Actions.ActOnSuperMessage(getCurScope(), SuperLoc, Sel, in ParseObjCMessageExpressionBody()
3316 return Actions.ActOnClassMessage(getCurScope(), ReceiverType, Sel, in ParseObjCMessageExpressionBody()
3318 return Actions.ActOnInstanceMessage(getCurScope(), ReceiverExpr, Sel, in ParseObjCMessageExpressionBody()
3570 Actions.CodeCompleteObjCSelector(getCurScope(), KeyIdents); in ParseObjCSelectorExpression()
3596 Actions.CodeCompleteObjCSelector(getCurScope(), KeyIdents); in ParseObjCSelectorExpression()
3651 Actions.ActOnStartOfObjCMethodDef(getCurScope(), MCDecl); in ParseLexedObjCMethodDefs()
3653 Actions.ActOnStartOfFunctionDef(getCurScope(), MCDecl); in ParseLexedObjCMethodDefs()