Lines Matching refs:getCurScope
123 Actions.CodeCompleteOrdinaryName(getCurScope(), Sema::PCC_Statement); in ParseStatementOrDeclarationAfterAttributes()
290 if (Tok.is(tok::colon) && getCurScope()->isSwitchScope() && in ParseExprStatement()
486 Actions.CodeCompleteCase(getCurScope()); in ParseCaseStatement()
628 SubStmt.get(), getCurScope()); in ParseDefaultStatement()
714 DeclGroupPtrTy Res = Actions.FinalizeDeclaratorGroup(getCurScope(), DS, in ParseCompoundStatementBody()
826 = Actions.ActOnBooleanCondition(getCurScope(), Loc, ExprResult.get()); in ParseParenExprOrCondition()
956 Actions.CodeCompleteAfterIf(getCurScope()); in ParseIfStatement()
1293 Actions.CodeCompleteOrdinaryName(getCurScope(), in ParseForStatement()
1341 Actions.CodeCompleteObjCForCollection(getCurScope(), DG); in ParseForStatement()
1369 Actions.CodeCompleteObjCForCollection(getCurScope(), DeclGroupPtrTy()); in ParseForStatement()
1406 Second = Actions.ActOnBooleanCondition(getCurScope(), ForLoc, in ParseForStatement()
1537 return Actions.ActOnContinueStmt(ContinueLoc, getCurScope()); in ParseContinueStatement()
1548 return Actions.ActOnBreakStmt(BreakLoc, getCurScope()); in ParseBreakStatement()
1561 Actions.CodeCompleteReturn(getCurScope()); in ParseReturnStatement()
2117 ExceptionDecl = Actions.ActOnExceptionDeclarator(getCurScope(), ExDecl); in ParseCXXCatchBlock()