Home | History | Annotate | Download | only in Parse

Lines Matching refs:getCurScope

121     Actions.CodeCompleteOrdinaryName(getCurScope(), Sema::PCC_Statement);
142 = Actions.ClassifyName(getCurScope(), SS, Name, NameLoc, Next);
346 if (Tok.is(tok::colon) && getCurScope()->isSwitchScope() &&
542 Actions.CodeCompleteCase(getCurScope());
684 SubStmt.get(), getCurScope());
770 DeclGroupPtrTy Res = Actions.FinalizeDeclaratorGroup(getCurScope(), DS,
882 = Actions.ActOnBooleanCondition(getCurScope(), Loc, ExprResult.get());
1002 Actions.CodeCompleteAfterIf(getCurScope());
1332 Actions.CodeCompleteOrdinaryName(getCurScope(),
1376 Actions.CodeCompleteObjCForCollection(getCurScope(), DG);
1403 Actions.CodeCompleteObjCForCollection(getCurScope(), DeclGroupPtrTy());
1440 Second = Actions.ActOnBooleanCondition(getCurScope(), ForLoc,
1572 return Actions.ActOnContinueStmt(ContinueLoc, getCurScope());
1583 return Actions.ActOnBreakStmt(BreakLoc, getCurScope());
1596 Actions.CodeCompleteReturn(getCurScope());
2148 ExceptionDecl = Actions.ActOnExceptionDeclarator(getCurScope(), ExDecl);