Home
last modified time | relevance | path

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

/external/clang/include/clang/Sema/
DScopeInfo.h117 bool ObjCShouldCallSuper : 1; variable
384 ObjCShouldCallSuper(false), in FunctionScopeInfo()
/external/clang/lib/Sema/
DScopeInfo.cpp32 ObjCShouldCallSuper = false; in Clear()
DSemaDeclObjC.cpp412 getCurFunction()->ObjCShouldCallSuper = true; in ActOnStartOfObjCMethodDef()
416 getCurFunction()->ObjCShouldCallSuper = true; in ActOnStartOfObjCMethodDef()
422 getCurFunction()->ObjCShouldCallSuper = in ActOnStartOfObjCMethodDef()
DSemaExprObjC.cpp2184 getCurFunction()->ObjCShouldCallSuper = false; in ActOnSuperMessage()
DSemaDecl.cpp11593 if (getCurFunction()->ObjCShouldCallSuper) { in ActOnFinishFunctionBody()
11596 getCurFunction()->ObjCShouldCallSuper = false; in ActOnFinishFunctionBody()
11636 assert(!getCurFunction()->ObjCShouldCallSuper && in ActOnFinishFunctionBody()