Searched refs:ObjCShouldCallSuper (Results 1 – 5 of 5) sorted by relevance
150 bool ObjCShouldCallSuper : 1; variable397 HasPotentialAvailabilityViolations(false), ObjCShouldCallSuper(false), in FunctionScopeInfo()
33 ObjCShouldCallSuper = false; in Clear()
489 SemaRef.getCurFunction()->ObjCShouldCallSuper = true; in ActOnStartOfObjCMethodDef()493 SemaRef.getCurFunction()->ObjCShouldCallSuper = true; in ActOnStartOfObjCMethodDef()499 SemaRef.getCurFunction()->ObjCShouldCallSuper = in ActOnStartOfObjCMethodDef()
2412 SemaRef.getCurFunction()->ObjCShouldCallSuper = false; in ActOnSuperMessage()
16548 if (FSI->ObjCShouldCallSuper) { in ActOnFinishFunctionBody()16551 FSI->ObjCShouldCallSuper = false; in ActOnFinishFunctionBody()16599 assert(!FSI->ObjCShouldCallSuper && in ActOnFinishFunctionBody()