Home | History | Annotate | Download | only in Parse

Lines Matching refs:getCurScope

123     Actions.CodeCompleteOrdinaryName(getCurScope(), Sema::PCC_Statement);
325 if (Tok.is(tok::colon) && getCurScope()->isSwitchScope() &&
521 Actions.CodeCompleteCase(getCurScope());
663 SubStmt.get(), getCurScope());
799 DeclGroupPtrTy Res = Actions.FinalizeDeclaratorGroup(getCurScope(), DS,
906 = Actions.ActOnBooleanCondition(getCurScope(), Loc, ExprResult.get());
1036 Actions.CodeCompleteAfterIf(getCurScope());
1368 Actions.CodeCompleteOrdinaryName(getCurScope(),
1413 Actions.CodeCompleteObjCForCollection(getCurScope(), DG);
1441 Actions.CodeCompleteObjCForCollection(getCurScope(), DeclGroupPtrTy());
1478 Second = Actions.ActOnBooleanCondition(getCurScope(), ForLoc,
1612 return Actions.ActOnContinueStmt(ContinueLoc, getCurScope());
1623 return Actions.ActOnBreakStmt(BreakLoc, getCurScope());
1636 Actions.CodeCompleteReturn(getCurScope());
2189 ExceptionDecl = Actions.ActOnExceptionDeclarator(getCurScope(), ExDecl);