Home
last modified time | relevance | path

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

/freebsd-head/contrib/llvm-project/clang/include/clang/Sema/
HDScopeInfo.h167 bool ObjCWarnForNoInitDelegation : 1; variable
399 ObjCIsSecondaryInit(false), ObjCWarnForNoInitDelegation(false), in FunctionScopeInfo()
/freebsd-head/contrib/llvm-project/clang/lib/Sema/
HDScopeInfo.cpp38 ObjCWarnForNoInitDelegation = false; in Clear()
HDSemaExprObjC.cpp3228 DIFunctionScopeInfo->ObjCWarnForNoInitDelegation = false; in BuildInstanceMessage()
HDSemaDeclObjC.cpp477 SemaRef.getCurFunction()->ObjCWarnForNoInitDelegation = true; in ActOnStartOfObjCMethodDef()
HDSemaDecl.cpp16101 if (FSI->ObjCWarnForNoInitDelegation) { in ActOnFinishFunctionBody()
16106 FSI->ObjCWarnForNoInitDelegation = false; in ActOnFinishFunctionBody()