Home
last modified time | relevance | path

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

/external/clang/include/clang/Sema/
DScopeInfo.h125 bool ObjCWarnForNoInitDelegation; variable
356 ObjCWarnForNoInitDelegation(false), in FunctionScopeInfo()
/external/clang/lib/Sema/
DScopeInfo.cpp35 ObjCWarnForNoInitDelegation = false; in Clear()
DSemaDeclObjC.cpp399 getCurFunction()->ObjCWarnForNoInitDelegation = true; in ActOnStartOfObjCMethodDef()
DSemaExprObjC.cpp2588 DIFunctionScopeInfo->ObjCWarnForNoInitDelegation = false; in BuildInstanceMessage()
DSemaDecl.cpp10709 if (getCurFunction()->ObjCWarnForNoInitDelegation) { in ActOnFinishFunctionBody()
10714 getCurFunction()->ObjCWarnForNoInitDelegation = false; in ActOnFinishFunctionBody()