Lines Matching refs:getCurFunction
4449 getCurFunction()->setHasBranchProtectedScope(); in CheckTypedefForVariablyModifiedType()
5160 getCurFunction()->setHasBranchProtectedScope(); in CheckVariableDeclaration()
7326 getCurFunction()->setHasBranchProtectedScope(); in AddInitializerToDecl()
7421 getCurFunction()->markSafeWeakUse(Init); in AddInitializerToDecl()
7793 getCurFunction()->setHasBranchProtectedScope(); in ActOnUninitializedDecl()
7886 getCurFunction()->setHasBranchProtectedScope(); in CheckCompleteVariableDeclaration()
8771 computeNRVO(Body, getCurFunction()); in ActOnFinishFunctionBody()
8785 computeNRVO(Body, getCurFunction()); in ActOnFinishFunctionBody()
8787 if (getCurFunction()->ObjCShouldCallSuper) { in ActOnFinishFunctionBody()
8790 getCurFunction()->ObjCShouldCallSuper = false; in ActOnFinishFunctionBody()
8796 assert(!getCurFunction()->ObjCShouldCallSuper && in ActOnFinishFunctionBody()
8809 if (getCurFunction()->NeedsScopeChecking() && in ActOnFinishFunctionBody()