Searched refs:ObjCShouldCallSuper (Results 1 – 5 of 5) sorted by relevance
144 bool ObjCShouldCallSuper : 1; variable380 HasPotentialAvailabilityViolations(false), ObjCShouldCallSuper(false), in FunctionScopeInfo()
34 ObjCShouldCallSuper = false; in Clear()
482 getCurFunction()->ObjCShouldCallSuper = true; in ActOnStartOfObjCMethodDef()486 getCurFunction()->ObjCShouldCallSuper = true; in ActOnStartOfObjCMethodDef()492 getCurFunction()->ObjCShouldCallSuper = in ActOnStartOfObjCMethodDef()
2414 getCurFunction()->ObjCShouldCallSuper = false; in ActOnSuperMessage()
14689 if (FSI->ObjCShouldCallSuper) { in ActOnFinishFunctionBody()14692 FSI->ObjCShouldCallSuper = false; in ActOnFinishFunctionBody()14740 assert(!FSI->ObjCShouldCallSuper && in ActOnFinishFunctionBody()