Lines Matching refs:getCurFunction
401 FunctionScopeInfo *FSI = getCurFunction(); in ActOnAfterCompoundStatementLeadingPragmas()
412 return getCurFunction()->CompoundScopes.back(); in getCurCompoundScope()
455 FPOptions FPO = (getCurFunction()->CompoundScopes.size() == 1) in ActOnCompoundStmt()
473 if (getCurFunction()->SwitchStack.empty()) in ActOnCaseExpr()
478 getCurFunction()->SwitchStack.back().getPointer()->getCond(); in ActOnCaseExpr()
524 if (getCurFunction()->SwitchStack.empty()) { in ActOnCaseStmt()
530 getCurFunction()->SwitchStack.back().setInt(true); in ActOnCaseStmt()
543 getCurFunction()->SwitchStack.back().getPointer()->addSwitchCase(CS); in ActOnCaseStmt()
554 if (getCurFunction()->SwitchStack.empty()) { in ActOnDefaultStmt()
567 getCurFunction()->SwitchStack.back().getPointer()->addSwitchCase(DS); in ActOnDefaultStmt()
1148 getCurFunction()->SwitchStack.push_back( in ActOnStartOfSwitchStmt()
1248 bool CaseListIsIncomplete = getCurFunction()->SwitchStack.back().getInt(); in ActOnFinishSwitchStmt()
1249 assert(SS == getCurFunction()->SwitchStack.back().getPointer() && in ActOnFinishSwitchStmt()
1252 getCurFunction()->SwitchStack.pop_back(); in ActOnFinishSwitchStmt()
3418 CapturingScopeInfo *CurCap = cast<CapturingScopeInfo>(getCurFunction()); in ActOnCapScopeReturnStmt()
3794 if (isa<CapturingScopeInfo>(getCurFunction())) in BuildReturnStmt()
4212 sema::FunctionScopeInfo *FSI = getCurFunction(); in ActOnCXXTryBlock()
4303 sema::FunctionScopeInfo *FSI = getCurFunction(); in ActOnSEHTryBlock()