Lines Matching refs:getCurFunction
277 return getCurFunction()->CompoundScopes.back(); in getCurCompoundScope()
332 if (getCurFunction()->SwitchStack.empty()) { in ActOnCaseStmt()
362 getCurFunction()->SwitchStack.back()->addSwitchCase(CS); in ActOnCaseStmt()
379 if (getCurFunction()->SwitchStack.empty()) { in ActOnDefaultStmt()
385 getCurFunction()->SwitchStack.back()->addSwitchCase(DS); in ActOnDefaultStmt()
424 getCurFunction()->setHasDroppedStmt(); in ActOnIfStmt()
639 getCurFunction()->setHasBranchIntoScope(); in ActOnStartOfSwitchStmt()
642 getCurFunction()->SwitchStack.push_back(SS); in ActOnStartOfSwitchStmt()
658 assert(SS == getCurFunction()->SwitchStack.back() && in ActOnFinishSwitchStmt()
662 getCurFunction()->SwitchStack.pop_back(); in ActOnFinishSwitchStmt()
2113 getCurFunction()->setHasBranchIntoScope(); in ActOnGotoStmt()
2140 getCurFunction()->setHasIndirectGoto(); in ActOnIndirectGotoStmt()
2316 CapturingScopeInfo *CurCap = cast<CapturingScopeInfo>(getCurFunction()); in ActOnCapScopeReturnStmt()
2436 if (isa<CapturingScopeInfo>(getCurFunction())) in ActOnReturnStmt()
2616 getCurFunction()->setHasBranchProtectedScope(); in ActOnObjCAtTryStmt()
2692 getCurFunction()->setHasBranchProtectedScope(); in ActOnObjCAtSynchronizedStmt()
2709 getCurFunction()->setHasBranchProtectedScope(); in ActOnObjCAutoreleasePoolStmt()
2798 getCurFunction()->setHasBranchProtectedScope(); in ActOnCXXTryBlock()
2817 getCurFunction()->setHasBranchProtectedScope(); in ActOnSEHTryBlock()