Lines Matching refs:getCurFunction
5362 getCurFunction()->setHasBranchProtectedScope(); in CheckTypedefForVariablyModifiedType()
6893 getCurFunction()->setHasBranchProtectedScope(); in CheckVariableDeclarationType()
9656 getCurFunction()->setHasBranchProtectedScope(); in AddInitializerToDecl()
9766 getCurFunction()->markSafeWeakUse(Init); in AddInitializerToDecl()
10183 getCurFunction()->setHasBranchProtectedScope(); in ActOnUninitializedDecl()
10319 getCurFunction()->setHasBranchProtectedScope(); in CheckCompleteVariableDeclaration()
11445 if (getLangOpts().Coroutines && !getCurFunction()->CoroutineStmts.empty()) in ActOnFinishFunctionBody()
11529 computeNRVO(Body, getCurFunction()); in ActOnFinishFunctionBody()
11591 computeNRVO(Body, getCurFunction()); in ActOnFinishFunctionBody()
11593 if (getCurFunction()->ObjCShouldCallSuper) { in ActOnFinishFunctionBody()
11596 getCurFunction()->ObjCShouldCallSuper = false; in ActOnFinishFunctionBody()
11598 if (getCurFunction()->ObjCWarnForNoDesignatedInitChain) { in ActOnFinishFunctionBody()
11623 getCurFunction()->ObjCWarnForNoDesignatedInitChain = false; in ActOnFinishFunctionBody()
11625 if (getCurFunction()->ObjCWarnForNoInitDelegation) { in ActOnFinishFunctionBody()
11630 getCurFunction()->ObjCWarnForNoInitDelegation = false; in ActOnFinishFunctionBody()
11636 assert(!getCurFunction()->ObjCShouldCallSuper && in ActOnFinishFunctionBody()
11649 if (getCurFunction()->NeedsScopeChecking() && in ActOnFinishFunctionBody()