Lines Matching refs:getCurScope
123 Actions.CodeCompleteOrdinaryName(getCurScope(), Sema::PCC_Statement); in ParseStatementOrDeclarationAfterAttributes()
325 if (Tok.is(tok::colon) && getCurScope()->isSwitchScope() && in ParseExprStatement()
521 Actions.CodeCompleteCase(getCurScope()); in ParseCaseStatement()
663 SubStmt.get(), getCurScope()); in ParseDefaultStatement()
799 DeclGroupPtrTy Res = Actions.FinalizeDeclaratorGroup(getCurScope(), DS, in ParseCompoundStatementBody()
906 = Actions.ActOnBooleanCondition(getCurScope(), Loc, ExprResult.get()); in ParseParenExprOrCondition()
1036 Actions.CodeCompleteAfterIf(getCurScope()); in ParseIfStatement()
1368 Actions.CodeCompleteOrdinaryName(getCurScope(), in ParseForStatement()
1413 Actions.CodeCompleteObjCForCollection(getCurScope(), DG); in ParseForStatement()
1441 Actions.CodeCompleteObjCForCollection(getCurScope(), DeclGroupPtrTy()); in ParseForStatement()
1478 Second = Actions.ActOnBooleanCondition(getCurScope(), ForLoc, in ParseForStatement()
1612 return Actions.ActOnContinueStmt(ContinueLoc, getCurScope()); in ParseContinueStatement()
1623 return Actions.ActOnBreakStmt(BreakLoc, getCurScope()); in ParseBreakStatement()
1636 Actions.CodeCompleteReturn(getCurScope()); in ParseReturnStatement()
2189 ExceptionDecl = Actions.ActOnExceptionDeclarator(getCurScope(), ExDecl); in ParseCXXCatchBlock()