Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/clang/include/clang/Sema/
H A DScopeInfo.h157 bool ObjCIsSecondaryInit : 1; variable
382 ObjCIsSecondaryInit(false), ObjCWarnForNoInitDelegation(false), in FunctionScopeInfo()
/netbsd-src/external/apache2/llvm/dist/clang/lib/Sema/
H A DScopeInfo.cpp37 ObjCIsSecondaryInit = false; in Clear()
H A DSemaExprObjC.cpp3216 DIFunctionScopeInfo->ObjCIsSecondaryInit && in BuildInstanceMessage()
H A DSemaDeclObjC.cpp468 getCurFunction()->ObjCIsSecondaryInit = true; in ActOnStartOfObjCMethodDef()