Searched refs:ObjCShouldCallSuper (Results 1 – 5 of 5) sorted by relevance
111 bool ObjCShouldCallSuper; variable335 ObjCShouldCallSuper(false), in FunctionScopeInfo()
30 ObjCShouldCallSuper = false; in Clear()
416 getCurFunction()->ObjCShouldCallSuper = true; in ActOnStartOfObjCMethodDef()420 getCurFunction()->ObjCShouldCallSuper = true; in ActOnStartOfObjCMethodDef()426 getCurFunction()->ObjCShouldCallSuper = in ActOnStartOfObjCMethodDef()
10158 if (getCurFunction()->ObjCShouldCallSuper) { in ActOnFinishFunctionBody()10161 getCurFunction()->ObjCShouldCallSuper = false; in ActOnFinishFunctionBody()10200 assert(!getCurFunction()->ObjCShouldCallSuper && in ActOnFinishFunctionBody()
1955 getCurFunction()->ObjCShouldCallSuper = false; in ActOnSuperMessage()