Home
last modified time | relevance | path

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

/external/clang/include/clang/Sema/
DScopeInfo.h132 bool ObjCWarnForNoInitDelegation : 1; variable
388 ObjCWarnForNoInitDelegation(false), in FunctionScopeInfo()
/external/clang/lib/Sema/
DScopeInfo.cpp36 ObjCWarnForNoInitDelegation = false; in Clear()
DSemaExprObjC.cpp2866 DIFunctionScopeInfo->ObjCWarnForNoInitDelegation = false; in BuildInstanceMessage()
DSemaDeclObjC.cpp399 getCurFunction()->ObjCWarnForNoInitDelegation = true; in ActOnStartOfObjCMethodDef()
DSemaDecl.cpp11625 if (getCurFunction()->ObjCWarnForNoInitDelegation) { in ActOnFinishFunctionBody()
11630 getCurFunction()->ObjCWarnForNoInitDelegation = false; in ActOnFinishFunctionBody()