Lines Matching refs:getCurScope
50 Actions.CodeCompleteObjCAtDirective(getCurScope());
143 Actions.ActOnAtEnd(getCurScope(), AtLoc);
190 Actions.CodeCompleteObjCInterfaceDecl(getCurScope());
214 Actions.CodeCompleteObjCInterfaceCategory(getCurScope(), nameId, nameLoc);
271 Actions.CodeCompleteObjCSuperclass(getCurScope(), nameId, nameLoc);
357 P.Actions.ActOnProperty(P.getCurScope(), AtLoc, LParenLoc,
428 Actions.CodeCompleteOrdinaryName(getCurScope(),
449 Actions.CodeCompleteObjCAtDirective(getCurScope());
525 Actions.CodeCompleteObjCAtDirective(getCurScope());
540 Actions.ActOnAtEnd(getCurScope(), AtEnd, allMethods, allTUVariables);
570 Actions.CodeCompleteObjCPropertyFlags(getCurScope(), DS);
615 Actions.CodeCompleteObjCPropertySetter(getCurScope());
617 Actions.CodeCompleteObjCPropertyGetter(getCurScope());
816 Actions.CodeCompleteObjCPassingType(getCurScope(), DS,
918 TypeResult type = Actions.ActOnTypeName(getCurScope(), declarator);
987 Actions.CodeCompleteObjCMethodDecl(getCurScope(), mType == tok::minus,
1005 Actions.CodeCompleteObjCMethodDecl(getCurScope(), mType == tok::minus,
1032 = Actions.ActOnMethodDeclaration(getCurScope(), mLoc, Tok.getLocation(),
1077 Actions.CodeCompleteObjCMethodDeclSelector(getCurScope(),
1103 Actions.CodeCompleteObjCMethodDeclSelector(getCurScope(),
1146 Decl *Param = Actions.ActOnParamDeclarator(getCurScope(), ParmDecl);
1164 = Actions.ActOnMethodDeclaration(getCurScope(), mLoc, Tok.getLocation(),
1252 Actions.ActOnFields(getCurScope(), atLoc, interfaceDecl,
1303 Actions.CodeCompleteObjCAtVisibility(getCurScope());
1333 Actions.CodeCompleteOrdinaryName(getCurScope(),
1353 = P.Actions.ActOnIvar(P.getCurScope(),
1404 Actions.CodeCompleteObjCProtocolDecl(getCurScope());
1497 Actions.CodeCompleteObjCImplementationDecl(getCurScope());
1520 Actions.CodeCompleteObjCImplementationCategory(getCurScope(), nameId, nameLoc);
1625 P.Actions.DefaultSynthesizeProperties(P.getCurScope(), Dcl);
1630 P.Actions.ActOnAtEnd(P.getCurScope(), AtEnd);
1690 Actions.CodeCompleteObjCPropertyDefinition(getCurScope());
1710 Actions.CodeCompleteObjCPropertySynthesizeIvar(getCurScope(), propertyId);
1722 Actions.ActOnPropertyImplDecl(getCurScope(), atLoc, propertyLoc, true,
1745 Actions.CodeCompleteObjCPropertyDefinition(getCurScope());
1758 Actions.ActOnPropertyImplDecl(getCurScope(), atLoc, propertyLoc, false,
1784 return Actions.ActOnObjCAtThrowStmt(atLoc, Res.take(), getCurScope());
1890 FirstPart = Actions.ActOnObjCExceptionDecl(getCurScope(), ParmDecl);
2056 Actions.CodeCompleteObjCAtStatement(getCurScope());
2090 Actions.CodeCompleteObjCAtExpression(getCurScope());
2117 Lit = Actions.ActOnUnaryOp(getCurScope(), OpLoc, Kind, Lit.take());
2264 TypeResult Type = Actions.ActOnTypeName(getCurScope(), DeclaratorInfo);
2297 getCurScope());
2328 Actions.CodeCompleteObjCMessageReceiver(getCurScope());
2343 NextToken().isNot(tok::period) && getCurScope()->isInObjcMethodScope())
2369 switch (Actions.getObjCMessageKind(getCurScope(), Name, NameLoc,
2452 Actions.CodeCompleteObjCSuperMessage(getCurScope(), SuperLoc, None,
2455 Actions.CodeCompleteObjCClassMessage(getCurScope(), ReceiverType, None,
2458 Actions.CodeCompleteObjCInstanceMessage(getCurScope(), ReceiverExpr,
2492 Actions.CodeCompleteObjCSuperMessage(getCurScope(), SuperLoc,
2496 Actions.CodeCompleteObjCClassMessage(getCurScope(), ReceiverType,
2500 Actions.CodeCompleteObjCInstanceMessage(getCurScope(), ReceiverExpr,
2530 Actions.CodeCompleteObjCSuperMessage(getCurScope(), SuperLoc,
2534 Actions.CodeCompleteObjCClassMessage(getCurScope(), ReceiverType,
2538 Actions.CodeCompleteObjCInstanceMessage(getCurScope(), ReceiverExpr,
2603 return Actions.ActOnSuperMessage(getCurScope(), SuperLoc, Sel,
2606 return Actions.ActOnClassMessage(getCurScope(), ReceiverType, Sel,
2608 return Actions.ActOnInstanceMessage(getCurScope(), ReceiverExpr, Sel,
2861 Actions.CodeCompleteObjCSelector(getCurScope(), KeyIdents);
2887 Actions.CodeCompleteObjCSelector(getCurScope(), KeyIdents);
2940 Actions.ActOnStartOfObjCMethodDef(getCurScope(), MCDecl);
2942 Actions.ActOnStartOfFunctionDef(getCurScope(), MCDecl);