Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/include/clang/Sema/
H A DScopeInfo.h163 bool ObjCIsSecondaryInit : 1; variable
399 ObjCIsSecondaryInit(false), ObjCWarnForNoInitDelegation(false), in FunctionScopeInfo()
/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DScopeInfo.cpp37 ObjCIsSecondaryInit = false; in Clear()
H A DSemaExprObjC.cpp3223 DIFunctionScopeInfo->ObjCIsSecondaryInit && in BuildInstanceMessage()
H A DSemaDeclObjC.cpp476 SemaRef.getCurFunction()->ObjCIsSecondaryInit = true; in ActOnStartOfObjCMethodDef()