Home
last modified time | relevance | path

Searched refs:ObjCShouldCallSuper (Results 1 – 5 of 5) sorted by relevance

/external/clang/include/clang/Sema/
DScopeInfo.h111 bool ObjCShouldCallSuper; variable
335 ObjCShouldCallSuper(false), in FunctionScopeInfo()
/external/clang/lib/Sema/
DScopeInfo.cpp30 ObjCShouldCallSuper = false; in Clear()
DSemaDeclObjC.cpp416 getCurFunction()->ObjCShouldCallSuper = true; in ActOnStartOfObjCMethodDef()
420 getCurFunction()->ObjCShouldCallSuper = true; in ActOnStartOfObjCMethodDef()
426 getCurFunction()->ObjCShouldCallSuper = in ActOnStartOfObjCMethodDef()
DSemaDecl.cpp10158 if (getCurFunction()->ObjCShouldCallSuper) { in ActOnFinishFunctionBody()
10161 getCurFunction()->ObjCShouldCallSuper = false; in ActOnFinishFunctionBody()
10200 assert(!getCurFunction()->ObjCShouldCallSuper && in ActOnFinishFunctionBody()
DSemaExprObjC.cpp1955 getCurFunction()->ObjCShouldCallSuper = false; in ActOnSuperMessage()