Home | History | Annotate | Download | only in Parse

Lines Matching refs:getCurScope

50     Actions.CodeCompleteObjCAtDirective(getCurScope());
141 Actions.ActOnAtEnd(getCurScope(), AtLoc);
188 Actions.CodeCompleteObjCInterfaceDecl(getCurScope());
213 Actions.CodeCompleteObjCInterfaceCategory(getCurScope(), nameId, nameLoc);
271 Actions.CodeCompleteObjCSuperclass(getCurScope(), nameId, nameLoc);
366 Actions.CodeCompleteOrdinaryName(getCurScope(),
387 Actions.CodeCompleteObjCAtDirective(getCurScope());
475 getCurScope(), AtLoc, LParenLoc, FD, OCDS, GetterSel, SetterSel,
495 Actions.CodeCompleteObjCAtDirective(getCurScope());
510 Actions.ActOnAtEnd(getCurScope(), AtEnd, allMethods, allTUVariables);
540 Actions.CodeCompleteObjCPropertyFlags(getCurScope(), DS);
587 Actions.CodeCompleteObjCPropertySetter(getCurScope());
589 Actions.CodeCompleteObjCPropertyGetter(getCurScope());
789 Actions.CodeCompleteObjCPassingType(getCurScope(), DS,
892 TypeResult type = Actions.ActOnTypeName(getCurScope(), declarator);
961 Actions.CodeCompleteObjCMethodDecl(getCurScope(), mType == tok::minus,
980 Actions.CodeCompleteObjCMethodDecl(getCurScope(), mType == tok::minus,
1007 = Actions.ActOnMethodDeclaration(getCurScope(), mLoc, Tok.getLocation(),
1049 Actions.CodeCompleteObjCMethodDeclSelector(getCurScope(),
1076 Actions.CodeCompleteObjCMethodDeclSelector(getCurScope(),
1119 Decl *Param = Actions.ActOnParamDeclarator(getCurScope(), ParmDecl);
1137 = Actions.ActOnMethodDeclaration(getCurScope(), mLoc, Tok.getLocation(),
1224 Actions.ActOnFields(getCurScope(), atLoc, interfaceDecl,
1273 Actions.CodeCompleteObjCAtVisibility(getCurScope());
1303 Actions.CodeCompleteOrdinaryName(getCurScope(),
1312 getCurScope(), FD.D.getDeclSpec().getSourceRange().getBegin(), FD.D,
1361 Actions.CodeCompleteObjCProtocolDecl(getCurScope());
1453 Actions.CodeCompleteObjCImplementationDecl(getCurScope());
1477 Actions.CodeCompleteObjCImplementationCategory(getCurScope(), nameId, nameLoc);
1583 P.Actions.DefaultSynthesizeProperties(P.getCurScope(), Dcl);
1588 P.Actions.ActOnAtEnd(P.getCurScope(), AtEnd);
1647 Actions.CodeCompleteObjCPropertyDefinition(getCurScope());
1665 Actions.CodeCompleteObjCPropertySynthesizeIvar(getCurScope(), propertyId);
1677 Actions.ActOnPropertyImplDecl(getCurScope(), atLoc, propertyLoc, true,
1700 Actions.CodeCompleteObjCPropertyDefinition(getCurScope());
1713 Actions.ActOnPropertyImplDecl(getCurScope(), atLoc, propertyLoc, false,
1739 return Actions.ActOnObjCAtThrowStmt(atLoc, Res.get(), getCurScope());
1845 FirstPart = Actions.ActOnObjCExceptionDecl(getCurScope(), ParmDecl);
2011 Actions.CodeCompleteObjCAtStatement(getCurScope());
2051 Actions.CodeCompleteObjCAtExpression(getCurScope());
2078 Lit = Actions.ActOnUnaryOp(getCurScope(), OpLoc, Kind, Lit.get());
2228 TypeResult Type = Actions.ActOnTypeName(getCurScope(), DeclaratorInfo);
2261 getCurScope());
2292 Actions.CodeCompleteObjCMessageReceiver(getCurScope());
2307 NextToken().isNot(tok::period) && getCurScope()->isInObjcMethodScope())
2333 switch (Actions.getObjCMessageKind(getCurScope(), Name, NameLoc,
2416 Actions.CodeCompleteObjCSuperMessage(getCurScope(), SuperLoc, None,
2419 Actions.CodeCompleteObjCClassMessage(getCurScope(), ReceiverType, None,
2422 Actions.CodeCompleteObjCInstanceMessage(getCurScope(), ReceiverExpr,
2454 Actions.CodeCompleteObjCSuperMessage(getCurScope(), SuperLoc,
2458 Actions.CodeCompleteObjCClassMessage(getCurScope(), ReceiverType,
2462 Actions.CodeCompleteObjCInstanceMessage(getCurScope(), ReceiverExpr,
2492 Actions.CodeCompleteObjCSuperMessage(getCurScope(), SuperLoc,
2496 Actions.CodeCompleteObjCClassMessage(getCurScope(), ReceiverType,
2500 Actions.CodeCompleteObjCInstanceMessage(getCurScope(), ReceiverExpr,
2565 return Actions.ActOnSuperMessage(getCurScope(), SuperLoc, Sel,
2568 return Actions.ActOnClassMessage(getCurScope(), ReceiverType, Sel,
2570 return Actions.ActOnInstanceMessage(getCurScope(), ReceiverExpr, Sel,
2823 Actions.CodeCompleteObjCSelector(getCurScope(), KeyIdents);
2849 Actions.CodeCompleteObjCSelector(getCurScope(), KeyIdents);
2905 Actions.ActOnStartOfObjCMethodDef(getCurScope(), MCDecl);
2907 Actions.ActOnStartOfFunctionDef(getCurScope(), MCDecl);