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 : 1; variable
370 ObjCWarnForNoInitDelegation(false), in FunctionScopeInfo()
/external/clang/lib/Sema/
DScopeInfo.cpp35 ObjCWarnForNoInitDelegation = false; in Clear()
DSemaDeclObjC.cpp400 getCurFunction()->ObjCWarnForNoInitDelegation = true; in ActOnStartOfObjCMethodDef()
DSemaExprObjC.cpp2839 DIFunctionScopeInfo->ObjCWarnForNoInitDelegation = false; in BuildInstanceMessage()
DSemaDecl.cpp11215 if (getCurFunction()->ObjCWarnForNoInitDelegation) { in ActOnFinishFunctionBody()
11220 getCurFunction()->ObjCWarnForNoInitDelegation = false; in ActOnFinishFunctionBody()