Home | History | Annotate | Download | only in Parse

Lines Matching refs:getCurScope

169     Actions.CodeCompleteOrdinaryName(getCurScope(), Sema::PCC_Statement);
401 if (Tok.is(tok::colon) && getCurScope()->isSwitchScope() &&
483 ParseScopeFlags FilterScope(this, getCurScope()->getFlags() |
543 return Actions.ActOnSEHLeaveStmt(LeaveLoc, getCurScope());
653 Actions.CodeCompleteCase(getCurScope());
812 SubStmt.get(), getCurScope());
951 Actions.FinalizeDeclaratorGroup(getCurScope(), DS, DeclsInGroup);
1052 = Actions.ActOnBooleanCondition(getCurScope(), Loc, ExprResult.get());
1180 Actions.CodeCompleteAfterIf(getCurScope());
1275 getCurScope()->AddFlags(Scope::BreakScope);
1281 getCurScope()->decrementMSManglingNumber();
1527 Actions.CodeCompleteOrdinaryName(getCurScope(),
1560 FirstPart = Actions.ActOnCXXForRangeIdentifier(getCurScope(), Loc, Name,
1590 Actions.CodeCompleteObjCForCollection(getCurScope(), DG);
1618 Actions.CodeCompleteObjCForCollection(getCurScope(), DeclGroupPtrTy());
1643 getCurScope()->AddFlags(Scope::BreakScope | Scope::ContinueScope);
1658 Second = Actions.ActOnBooleanCondition(getCurScope(), ForLoc,
1703 getCurScope(), ForLoc, CoawaitLoc, FirstPart.get(),
1741 getCurScope()->decrementMSManglingNumber();
1810 return Actions.ActOnContinueStmt(ContinueLoc, getCurScope());
1821 return Actions.ActOnBreakStmt(BreakLoc, getCurScope());
1840 Actions.CodeCompleteReturn(getCurScope());
1861 return Actions.ActOnReturnStmt(ReturnLoc, R.get(), getCurScope());
2116 ExceptionDecl = Actions.ActOnExceptionDeclarator(getCurScope(), ExDecl);