Home | History | Annotate | Download | only in Parse

Lines Matching refs:getCurScope

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