Home
last modified time | relevance | path

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

/freebsd-12-stable/contrib/llvm-project/clang/include/clang/Sema/
DScopeInfo.h144 bool ObjCShouldCallSuper : 1; variable
380 HasPotentialAvailabilityViolations(false), ObjCShouldCallSuper(false), in FunctionScopeInfo()
/freebsd-12-stable/contrib/llvm-project/clang/lib/Sema/
DScopeInfo.cpp34 ObjCShouldCallSuper = false; in Clear()
DSemaDeclObjC.cpp482 getCurFunction()->ObjCShouldCallSuper = true; in ActOnStartOfObjCMethodDef()
486 getCurFunction()->ObjCShouldCallSuper = true; in ActOnStartOfObjCMethodDef()
492 getCurFunction()->ObjCShouldCallSuper = in ActOnStartOfObjCMethodDef()
DSemaExprObjC.cpp2414 getCurFunction()->ObjCShouldCallSuper = false; in ActOnSuperMessage()
DSemaDecl.cpp14689 if (FSI->ObjCShouldCallSuper) { in ActOnFinishFunctionBody()
14692 FSI->ObjCShouldCallSuper = false; in ActOnFinishFunctionBody()
14740 assert(!FSI->ObjCShouldCallSuper && in ActOnFinishFunctionBody()