Home
last modified time | relevance | path

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

/openbsd/src/gnu/llvm/clang/include/clang/Sema/
DScopeInfo.h161 bool ObjCIsSecondaryInit : 1; variable
390 ObjCIsSecondaryInit(false), ObjCWarnForNoInitDelegation(false), in FunctionScopeInfo()
/openbsd/src/gnu/llvm/clang/lib/Sema/
DScopeInfo.cpp37 ObjCIsSecondaryInit = false; in Clear()
DSemaExprObjC.cpp3212 DIFunctionScopeInfo->ObjCIsSecondaryInit && in BuildInstanceMessage()
DSemaDeclObjC.cpp468 getCurFunction()->ObjCIsSecondaryInit = true; in ActOnStartOfObjCMethodDef()