Lines Matching refs:getCurFunction
4636 getCurFunction()->setHasBranchProtectedScope(); in CheckTypedefForVariablyModifiedType()
5763 getCurFunction()->setHasBranchProtectedScope(); in CheckVariableDeclarationType()
8202 getCurFunction()->setHasBranchProtectedScope(); in AddInitializerToDecl()
8295 getCurFunction()->markSafeWeakUse(Init); in AddInitializerToDecl()
8693 getCurFunction()->setHasBranchProtectedScope(); in ActOnUninitializedDecl()
8786 getCurFunction()->setHasBranchProtectedScope(); in CheckCompleteVariableDeclaration()
9804 computeNRVO(Body, getCurFunction()); in ActOnFinishFunctionBody()
9818 computeNRVO(Body, getCurFunction()); in ActOnFinishFunctionBody()
9820 if (getCurFunction()->ObjCShouldCallSuper) { in ActOnFinishFunctionBody()
9823 getCurFunction()->ObjCShouldCallSuper = false; in ActOnFinishFunctionBody()
9829 assert(!getCurFunction()->ObjCShouldCallSuper && in ActOnFinishFunctionBody()
9842 if (getCurFunction()->NeedsScopeChecking() && in ActOnFinishFunctionBody()