Home
last modified time | relevance | path

Searched refs:ObjCIsSecondaryInit (Results 1 – 4 of 4) sorted by relevance

/freebsd-12-stable/contrib/llvm-project/clang/include/clang/Sema/
DScopeInfo.h157 bool ObjCIsSecondaryInit : 1; variable
382 ObjCIsSecondaryInit(false), ObjCWarnForNoInitDelegation(false), in FunctionScopeInfo()
/freebsd-12-stable/contrib/llvm-project/clang/lib/Sema/
DScopeInfo.cpp37 ObjCIsSecondaryInit = false; in Clear()
DSemaExprObjC.cpp3216 DIFunctionScopeInfo->ObjCIsSecondaryInit && in BuildInstanceMessage()
DSemaDeclObjC.cpp468 getCurFunction()->ObjCIsSecondaryInit = true; in ActOnStartOfObjCMethodDef()