Lines Matching refs:getCurFunction
391 FunctionScopeInfo *FSI = getCurFunction(); in ActOnAfterCompoundStatementLeadingPragmas()
402 return getCurFunction()->CompoundScopes.back(); in getCurCompoundScope()
450 if (getCurFunction()->SwitchStack.empty()) in ActOnCaseExpr()
455 getCurFunction()->SwitchStack.back().getPointer()->getCond(); in ActOnCaseExpr()
501 if (getCurFunction()->SwitchStack.empty()) { in ActOnCaseStmt()
507 getCurFunction()->SwitchStack.back().setInt(true); in ActOnCaseStmt()
513 getCurFunction()->SwitchStack.back().getPointer()->addSwitchCase(CS); in ActOnCaseStmt()
525 if (getCurFunction()->SwitchStack.empty()) { in ActOnDefaultStmt()
531 getCurFunction()->SwitchStack.back().getPointer()->addSwitchCase(DS); in ActOnDefaultStmt()
1080 getCurFunction()->SwitchStack.push_back( in ActOnStartOfSwitchStmt()
1180 bool CaseListIsIncomplete = getCurFunction()->SwitchStack.back().getInt(); in ActOnFinishSwitchStmt()
1181 assert(SS == getCurFunction()->SwitchStack.back().getPointer() && in ActOnFinishSwitchStmt()
1184 getCurFunction()->SwitchStack.pop_back(); in ActOnFinishSwitchStmt()
3597 CapturingScopeInfo *CurCap = cast<CapturingScopeInfo>(getCurFunction()); in ActOnCapScopeReturnStmt()
3946 if (isa<CapturingScopeInfo>(getCurFunction())) in BuildReturnStmt()
4444 sema::FunctionScopeInfo *FSI = getCurFunction(); in ActOnCXXTryBlock()
4527 sema::FunctionScopeInfo *FSI = getCurFunction(); in ActOnSEHTryBlock()