Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/clang/include/clang/Sema/
H A DScopeInfo.h148 bool ObjCShouldCallSuper : 1; variable
394 HasPotentialAvailabilityViolations(false), ObjCShouldCallSuper(false), in FunctionScopeInfo()
/freebsd-14.2/contrib/llvm-project/clang/lib/Sema/
H A DScopeInfo.cpp34 ObjCShouldCallSuper = false; in Clear()
H A DSemaDeclObjC.cpp482 getCurFunction()->ObjCShouldCallSuper = true; in ActOnStartOfObjCMethodDef()
486 getCurFunction()->ObjCShouldCallSuper = true; in ActOnStartOfObjCMethodDef()
492 getCurFunction()->ObjCShouldCallSuper = in ActOnStartOfObjCMethodDef()
H A DSemaExprObjC.cpp2414 getCurFunction()->ObjCShouldCallSuper = false; in ActOnSuperMessage()
H A DSemaDecl.cpp16274 if (FSI->ObjCShouldCallSuper) { in ActOnFinishFunctionBody()
16277 FSI->ObjCShouldCallSuper = false; in ActOnFinishFunctionBody()
16325 assert(!FSI->ObjCShouldCallSuper && in ActOnFinishFunctionBody()