Lines Matching refs:getCurFunction
241 return getCurFunction()->CompoundScopes.back(); in getCurCompoundScope()
294 if (getCurFunction()->SwitchStack.empty()) { in ActOnCaseStmt()
318 getCurFunction()->SwitchStack.back()->addSwitchCase(CS); in ActOnCaseStmt()
335 if (getCurFunction()->SwitchStack.empty()) { in ActOnDefaultStmt()
341 getCurFunction()->SwitchStack.back()->addSwitchCase(DS); in ActOnDefaultStmt()
549 getCurFunction()->setHasBranchIntoScope(); in ActOnStartOfSwitchStmt()
552 getCurFunction()->SwitchStack.push_back(SS); in ActOnStartOfSwitchStmt()
568 assert(SS == getCurFunction()->SwitchStack.back() && in ActOnFinishSwitchStmt()
572 getCurFunction()->SwitchStack.pop_back(); in ActOnFinishSwitchStmt()
1641 getCurFunction()->setHasBranchIntoScope(); in ActOnGotoStmt()
1664 getCurFunction()->setHasIndirectGoto(); in ActOnIndirectGotoStmt()
1842 CapturingScopeInfo *CurCap = cast<CapturingScopeInfo>(getCurFunction()); in ActOnCapScopeReturnStmt()
1961 if (isa<CapturingScopeInfo>(getCurFunction())) in ActOnReturnStmt()
2415 getCurFunction()->setHasBranchProtectedScope(); in ActOnObjCAtTryStmt()
2490 getCurFunction()->setHasBranchProtectedScope(); in ActOnObjCAtSynchronizedStmt()
2507 getCurFunction()->setHasBranchProtectedScope(); in ActOnObjCAutoreleasePoolStmt()
2596 getCurFunction()->setHasBranchProtectedScope(); in ActOnCXXTryBlock()
2615 getCurFunction()->setHasBranchProtectedScope(); in ActOnSEHTryBlock()