Home
last modified time | relevance | path

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

/external/clang/include/clang/Sema/
DScopeInfo.h110 bool ObjCShouldCallSuper : 1; variable
366 ObjCShouldCallSuper(false), in FunctionScopeInfo()
/external/clang/lib/Sema/
DScopeInfo.cpp31 ObjCShouldCallSuper = false; in Clear()
DSemaDeclObjC.cpp413 getCurFunction()->ObjCShouldCallSuper = true; in ActOnStartOfObjCMethodDef()
417 getCurFunction()->ObjCShouldCallSuper = true; in ActOnStartOfObjCMethodDef()
423 getCurFunction()->ObjCShouldCallSuper = in ActOnStartOfObjCMethodDef()
DSemaExprObjC.cpp2169 getCurFunction()->ObjCShouldCallSuper = false; in ActOnSuperMessage()
DSemaDecl.cpp11183 if (getCurFunction()->ObjCShouldCallSuper) { in ActOnFinishFunctionBody()
11186 getCurFunction()->ObjCShouldCallSuper = false; in ActOnFinishFunctionBody()
11226 assert(!getCurFunction()->ObjCShouldCallSuper && in ActOnFinishFunctionBody()