Searched refs:ObjCShouldCallSuper (Results 1 – 5 of 5) sorted by relevance
148 bool ObjCShouldCallSuper : 1; variable385 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()
15252 if (FSI->ObjCShouldCallSuper) { in ActOnFinishFunctionBody()15255 FSI->ObjCShouldCallSuper = false; in ActOnFinishFunctionBody()15303 assert(!FSI->ObjCShouldCallSuper && in ActOnFinishFunctionBody()