Home
last modified time | relevance | path

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

/openbsd/gnu/llvm/clang/include/clang/Sema/
H A DScopeInfo.h165 bool ObjCWarnForNoInitDelegation : 1; variable
390 ObjCIsSecondaryInit(false), ObjCWarnForNoInitDelegation(false), in FunctionScopeInfo()
/openbsd/gnu/llvm/clang/lib/Sema/
H A DScopeInfo.cpp38 ObjCWarnForNoInitDelegation = false; in Clear()
H A DSemaExprObjC.cpp3217 DIFunctionScopeInfo->ObjCWarnForNoInitDelegation = false; in BuildInstanceMessage()
H A DSemaDeclObjC.cpp469 getCurFunction()->ObjCWarnForNoInitDelegation = true; in ActOnStartOfObjCMethodDef()
H A DSemaDecl.cpp15717 if (FSI->ObjCWarnForNoInitDelegation) { in ActOnFinishFunctionBody()
15722 FSI->ObjCWarnForNoInitDelegation = false; in ActOnFinishFunctionBody()