Home | History | Annotate | Download | only in Parse

Lines Matching refs:getCurScope

51     Actions.CodeCompleteObjCAtDirective(getCurScope());
173 Actions.ActOnAtEnd(getCurScope(), AtLoc);
220 Actions.CodeCompleteObjCInterfaceDecl(getCurScope());
243 ObjCTypeParamListScope typeParamScope(Actions, getCurScope());
257 Actions.CodeCompleteObjCInterfaceCategory(getCurScope(), nameId, nameLoc);
322 Actions.CodeCompleteObjCSuperclass(getCurScope(), nameId, nameLoc);
373 Actions.ActOnStartClassInterface(getCurScope(), AtLoc, nameId, nameLoc,
462 getCurScope(),
546 DeclResult typeParam = Actions.actOnObjCTypeParam(getCurScope(),
596 getCurScope(),
615 ObjCTypeParamListScope Scope(Actions, getCurScope());
676 Actions.CodeCompleteOrdinaryName(getCurScope(),
697 Actions.CodeCompleteObjCAtDirective(getCurScope());
792 getCurScope(), AtLoc, LParenLoc, FD, OCDS, GetterSel, SetterSel,
810 Actions.CodeCompleteObjCAtDirective(getCurScope());
825 Actions.ActOnAtEnd(getCurScope(), AtEnd, allMethods, allTUVariables);
877 Actions.CodeCompleteObjCPropertyFlags(getCurScope(), DS);
924 Actions.CodeCompleteObjCPropertySetter(getCurScope());
926 Actions.CodeCompleteObjCPropertyGetter(getCurScope());
1168 Actions.CodeCompleteObjCPassingType(getCurScope(), DS,
1305 TypeResult type = Actions.ActOnTypeName(getCurScope(), declarator);
1365 Actions.CodeCompleteObjCMethodDecl(getCurScope(), mType == tok::minus,
1384 getCurScope(), mType == tok::minus,
1411 = Actions.ActOnMethodDeclaration(getCurScope(), mLoc, Tok.getLocation(),
1453 Actions.CodeCompleteObjCMethodDeclSelector(getCurScope(),
1480 Actions.CodeCompleteObjCMethodDeclSelector(getCurScope(),
1523 Decl *Param = Actions.ActOnParamDeclarator(getCurScope(), ParmDecl);
1541 = Actions.ActOnMethodDeclaration(getCurScope(), mLoc, Tok.getLocation(),
1671 Actions.CodeCompleteOrdinaryName(getCurScope(), Sema::PCC_Type);
1693 Actions.actOnObjCTypeArgsOrProtocolQualifiers(getCurScope(),
1716 = Actions.getTypeName(*identifiers[i], identifierLocs[i], getCurScope());
1726 TypeResult fullTypeArg = Actions.ActOnTypeName(getCurScope(), D);
1847 getCurScope(),
1871 Actions.ActOnFields(getCurScope(), atLoc, interfaceDecl,
1920 Actions.CodeCompleteObjCAtVisibility(getCurScope());
1950 Actions.CodeCompleteOrdinaryName(getCurScope(),
1960 getCurScope(), FD.D.getDeclSpec().getSourceRange().getBegin(), FD.D,
2009 Actions.CodeCompleteObjCProtocolDecl(getCurScope());
2100 Actions.CodeCompleteObjCImplementationDecl(getCurScope());
2123 ObjCTypeParamListScope typeParamScope(Actions, getCurScope());
2141 Actions.CodeCompleteObjCImplementationCategory(getCurScope(), nameId, nameLoc);
2257 P.Actions.DefaultSynthesizeProperties(P.getCurScope(), Dcl);
2262 P.Actions.ActOnAtEnd(P.getCurScope(), AtEnd);
2321 Actions.CodeCompleteObjCPropertyDefinition(getCurScope());
2339 Actions.CodeCompleteObjCPropertySynthesizeIvar(getCurScope(), propertyId);
2351 Actions.ActOnPropertyImplDecl(getCurScope(), atLoc, propertyLoc, true,
2374 Actions.CodeCompleteObjCPropertyDefinition(getCurScope());
2387 Actions.ActOnPropertyImplDecl(getCurScope(), atLoc, propertyLoc, false,
2413 return Actions.ActOnObjCAtThrowStmt(atLoc, Res.get(), getCurScope());
2519 FirstPart = Actions.ActOnObjCExceptionDecl(getCurScope(), ParmDecl);
2686 Actions.CodeCompleteObjCAtStatement(getCurScope());
2726 Actions.CodeCompleteObjCAtExpression(getCurScope());
2753 Lit = Actions.ActOnUnaryOp(getCurScope(), OpLoc, Kind, Lit.get());
2903 TypeResult Type = Actions.ActOnTypeName(getCurScope(), DeclaratorInfo);
2936 getCurScope());
2967 Actions.CodeCompleteObjCMessageReceiver(getCurScope());
2982 NextToken().isNot(tok::period) && getCurScope()->isInObjcMethodScope())
3008 switch (Actions.getObjCMessageKind(getCurScope(), Name, NameLoc,
3106 Actions.CodeCompleteObjCSuperMessage(getCurScope(), SuperLoc, None,
3109 Actions.CodeCompleteObjCClassMessage(getCurScope(), ReceiverType, None,
3112 Actions.CodeCompleteObjCInstanceMessage(getCurScope(), ReceiverExpr,
3144 Actions.CodeCompleteObjCSuperMessage(getCurScope(), SuperLoc,
3148 Actions.CodeCompleteObjCClassMessage(getCurScope(), ReceiverType,
3152 Actions.CodeCompleteObjCInstanceMessage(getCurScope(), ReceiverExpr,
3182 Actions.CodeCompleteObjCSuperMessage(getCurScope(), SuperLoc,
3186 Actions.CodeCompleteObjCClassMessage(getCurScope(), ReceiverType,
3190 Actions.CodeCompleteObjCInstanceMessage(getCurScope(), ReceiverExpr,
3255 return Actions.ActOnSuperMessage(getCurScope(), SuperLoc, Sel,
3258 return Actions.ActOnClassMessage(getCurScope(), ReceiverType, Sel,
3260 return Actions.ActOnInstanceMessage(getCurScope(), ReceiverExpr, Sel,
3513 Actions.CodeCompleteObjCSelector(getCurScope(), KeyIdents);
3539 Actions.CodeCompleteObjCSelector(getCurScope(), KeyIdents);
3594 Actions.ActOnStartOfObjCMethodDef(getCurScope(), MCDecl);
3596 Actions.ActOnStartOfFunctionDef(getCurScope(), MCDecl);