Lines Matching refs:getCurScope
174 Actions.CodeCompleteOrdinaryName(getCurScope(), Sema::PCC_Statement); in ParseStatementOrDeclarationAfterAttributes()
457 if (Tok.is(tok::colon) && getCurScope()->isSwitchScope() && in ParseExprStatement()
540 ParseScopeFlags FilterScope(this, getCurScope()->getFlags() | in ParseSEHExceptBlock()
600 return Actions.ActOnSEHLeaveStmt(LeaveLoc, getCurScope()); in ParseSEHLeaveStatement()
718 Actions.CodeCompleteCase(getCurScope()); in ParseCaseStatement()
870 SubStmt.get(), getCurScope()); in ParseDefaultStatement()
1075 Actions.FinalizeDeclaratorGroup(getCurScope(), DS, DeclsInGroup); in ParseCompoundStatementBody()
1197 Cond = Actions.ActOnCondition(getCurScope(), Loc, CondExpr.get(), CK); in ParseParenExprOrCondition()
1464 Actions.CodeCompleteAfterIf(getCurScope(), IsBracedThen); in ParseIfStatement()
1562 getCurScope()->AddFlags(Scope::BreakScope); in ParseSwitchStatement()
1568 getCurScope()->decrementMSManglingNumber(); in ParseSwitchStatement()
1819 Actions.CodeCompleteOrdinaryName(getCurScope(), in ParseForStatement()
1858 getCurScope(), Loc, Name, attrs, attrs.Range.getEnd()); in ParseForStatement()
1890 Actions.CodeCompleteObjCForCollection(getCurScope(), DG); in ParseForStatement()
1926 Actions.CodeCompleteObjCForCollection(getCurScope(), nullptr); in ParseForStatement()
1951 getCurScope()->AddFlags(Scope::BreakScope | Scope::ContinueScope); in ParseForStatement()
1989 Actions.ActOnCondition(getCurScope(), ForLoc, SecondExpr.get(), in ParseForStatement()
2036 getCurScope(), ForLoc, CoawaitLoc, FirstPart.get(), in ParseForStatement()
2074 getCurScope()->decrementMSManglingNumber(); in ParseForStatement()
2148 return Actions.ActOnContinueStmt(ContinueLoc, getCurScope()); in ParseContinueStatement()
2159 return Actions.ActOnBreakStmt(BreakLoc, getCurScope()); in ParseBreakStatement()
2180 Actions.CodeCompleteExpression(getCurScope(), in ParseReturnStatement()
2202 return Actions.ActOnCoreturnStmt(getCurScope(), ReturnLoc, R.get()); in ParseReturnStatement()
2203 return Actions.ActOnReturnStmt(ReturnLoc, R.get(), getCurScope()); in ParseReturnStatement()
2475 ExceptionDecl = Actions.ActOnExceptionDeclarator(getCurScope(), ExDecl); in ParseCXXCatchBlock()