Searched refs:ObjCShouldCallSuper (Results 1 – 5 of 5) sorted by relevance
117 bool ObjCShouldCallSuper : 1; variable384 ObjCShouldCallSuper(false), in FunctionScopeInfo()
32 ObjCShouldCallSuper = false; in Clear()
412 getCurFunction()->ObjCShouldCallSuper = true; in ActOnStartOfObjCMethodDef()416 getCurFunction()->ObjCShouldCallSuper = true; in ActOnStartOfObjCMethodDef()422 getCurFunction()->ObjCShouldCallSuper = in ActOnStartOfObjCMethodDef()
2184 getCurFunction()->ObjCShouldCallSuper = false; in ActOnSuperMessage()
11593 if (getCurFunction()->ObjCShouldCallSuper) { in ActOnFinishFunctionBody()11596 getCurFunction()->ObjCShouldCallSuper = false; in ActOnFinishFunctionBody()11636 assert(!getCurFunction()->ObjCShouldCallSuper && in ActOnFinishFunctionBody()