Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/clang/include/clang/Sema/
H A DScopeInfo.h161 bool ObjCIsSecondaryInit : 1; variable
396 ObjCIsSecondaryInit(false), ObjCWarnForNoInitDelegation(false), in FunctionScopeInfo()
/freebsd-14.2/contrib/llvm-project/clang/lib/Sema/
H A DScopeInfo.cpp37 ObjCIsSecondaryInit = false; in Clear()
H A DSemaExprObjC.cpp3217 DIFunctionScopeInfo->ObjCIsSecondaryInit && in BuildInstanceMessage()
H A DSemaDeclObjC.cpp468 getCurFunction()->ObjCIsSecondaryInit = true; in ActOnStartOfObjCMethodDef()