Home | History | Annotate | Download | only in Parse

Lines Matching refs:getCurScope

172     Actions.CodeCompleteOrdinaryName(getCurScope(), Sema::PCC_Statement);
395 if (Tok.is(tok::colon) && getCurScope()->isSwitchScope() &&
522 return Actions.ActOnSEHLeaveStmt(LeaveLoc, getCurScope());
632 Actions.CodeCompleteCase(getCurScope());
786 SubStmt.get(), getCurScope());
927 Actions.FinalizeDeclaratorGroup(getCurScope(), DS, DeclsInGroup);
1028 = Actions.ActOnBooleanCondition(getCurScope(), Loc, ExprResult.get());
1156 Actions.CodeCompleteAfterIf(getCurScope());
1251 getCurScope()->AddFlags(Scope::BreakScope);
1257 getCurScope()->decrementMSLocalManglingNumber();
1496 Actions.CodeCompleteOrdinaryName(getCurScope(),
1531 FirstPart = Actions.ActOnCXXForRangeIdentifier(getCurScope(), Loc, Name,
1562 Actions.CodeCompleteObjCForCollection(getCurScope(), DG);
1590 Actions.CodeCompleteObjCForCollection(getCurScope(), DeclGroupPtrTy());
1615 getCurScope()->AddFlags(Scope::BreakScope | Scope::ContinueScope);
1630 Second = Actions.ActOnBooleanCondition(getCurScope(), ForLoc,
1702 getCurScope()->decrementMSLocalManglingNumber();
1771 return Actions.ActOnContinueStmt(ContinueLoc, getCurScope());
1782 return Actions.ActOnBreakStmt(BreakLoc, getCurScope());
1795 Actions.CodeCompleteReturn(getCurScope());
1814 return Actions.ActOnReturnStmt(ReturnLoc, R.get(), getCurScope());
2061 ExceptionDecl = Actions.ActOnExceptionDeclarator(getCurScope(), ExDecl);