Home
last modified time | relevance | path

Searched refs:ObjCWarnForNoInitDelegation (Results 1 – 10 of 10) 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()
/external/llvm-project/clang/include/clang/Sema/
DScopeInfo.h157 bool ObjCWarnForNoInitDelegation : 1; variable
379 ObjCWarnForNoInitDelegation(false), NeedsCoroutineSuspends(true), in FunctionScopeInfo()
/external/llvm-project/clang/lib/Sema/
DScopeInfo.cpp38 ObjCWarnForNoInitDelegation = false; in Clear()
DSemaExprObjC.cpp3220 DIFunctionScopeInfo->ObjCWarnForNoInitDelegation = false; in BuildInstanceMessage()
DSemaDeclObjC.cpp469 getCurFunction()->ObjCWarnForNoInitDelegation = true; in ActOnStartOfObjCMethodDef()
DSemaDecl.cpp14534 if (FSI->ObjCWarnForNoInitDelegation) { in ActOnFinishFunctionBody()
14539 FSI->ObjCWarnForNoInitDelegation = false; in ActOnFinishFunctionBody()