Searched refs:ObjCShouldCallSuper (Results 1 – 5 of 5) sorted by relevance
110 bool ObjCShouldCallSuper : 1; variable366 ObjCShouldCallSuper(false), in FunctionScopeInfo()
31 ObjCShouldCallSuper = false; in Clear()
413 getCurFunction()->ObjCShouldCallSuper = true; in ActOnStartOfObjCMethodDef()417 getCurFunction()->ObjCShouldCallSuper = true; in ActOnStartOfObjCMethodDef()423 getCurFunction()->ObjCShouldCallSuper = in ActOnStartOfObjCMethodDef()
2169 getCurFunction()->ObjCShouldCallSuper = false; in ActOnSuperMessage()
11183 if (getCurFunction()->ObjCShouldCallSuper) { in ActOnFinishFunctionBody()11186 getCurFunction()->ObjCShouldCallSuper = false; in ActOnFinishFunctionBody()11226 assert(!getCurFunction()->ObjCShouldCallSuper && in ActOnFinishFunctionBody()