Lines Matching refs:getCurFunction
395 FunctionScopeInfo *FSI = getCurFunction(); in ActOnAfterCompoundStatementLeadingPragmas()
406 return getCurFunction()->CompoundScopes.back(); in getCurCompoundScope()
449 FPOptions FPO = (getCurFunction()->CompoundScopes.size() == 1) in ActOnCompoundStmt()
467 if (getCurFunction()->SwitchStack.empty()) in ActOnCaseExpr()
472 getCurFunction()->SwitchStack.back().getPointer()->getCond(); in ActOnCaseExpr()
518 if (getCurFunction()->SwitchStack.empty()) { in ActOnCaseStmt()
524 getCurFunction()->SwitchStack.back().setInt(true); in ActOnCaseStmt()
530 getCurFunction()->SwitchStack.back().getPointer()->addSwitchCase(CS); in ActOnCaseStmt()
542 if (getCurFunction()->SwitchStack.empty()) { in ActOnDefaultStmt()
548 getCurFunction()->SwitchStack.back().getPointer()->addSwitchCase(DS); in ActOnDefaultStmt()
1117 getCurFunction()->SwitchStack.push_back( in ActOnStartOfSwitchStmt()
1217 bool CaseListIsIncomplete = getCurFunction()->SwitchStack.back().getInt(); in ActOnFinishSwitchStmt()
1218 assert(SS == getCurFunction()->SwitchStack.back().getPointer() && in ActOnFinishSwitchStmt()
1221 getCurFunction()->SwitchStack.pop_back(); in ActOnFinishSwitchStmt()
3577 CapturingScopeInfo *CurCap = cast<CapturingScopeInfo>(getCurFunction()); in ActOnCapScopeReturnStmt()
3932 if (isa<CapturingScopeInfo>(getCurFunction())) in BuildReturnStmt()
4218 sema::FunctionScopeInfo *FSI = getCurFunction(); in ActOnObjCAtTryStmt()
4456 sema::FunctionScopeInfo *FSI = getCurFunction(); in ActOnCXXTryBlock()
4539 sema::FunctionScopeInfo *FSI = getCurFunction(); in ActOnSEHTryBlock()