Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/include/clang/Sema/
H A DScopeInfo.h150 bool ObjCShouldCallSuper : 1; variable
397 HasPotentialAvailabilityViolations(false), ObjCShouldCallSuper(false), in FunctionScopeInfo()
/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DScopeInfo.cpp33 ObjCShouldCallSuper = false; in Clear()
H A DSemaDeclObjC.cpp489 SemaRef.getCurFunction()->ObjCShouldCallSuper = true; in ActOnStartOfObjCMethodDef()
493 SemaRef.getCurFunction()->ObjCShouldCallSuper = true; in ActOnStartOfObjCMethodDef()
499 SemaRef.getCurFunction()->ObjCShouldCallSuper = in ActOnStartOfObjCMethodDef()
H A DSemaExprObjC.cpp2412 SemaRef.getCurFunction()->ObjCShouldCallSuper = false; in ActOnSuperMessage()
H A DSemaDecl.cpp16548 if (FSI->ObjCShouldCallSuper) { in ActOnFinishFunctionBody()
16551 FSI->ObjCShouldCallSuper = false; in ActOnFinishFunctionBody()
16599 assert(!FSI->ObjCShouldCallSuper && in ActOnFinishFunctionBody()