Home
last modified time | relevance | path

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

/external/clang/include/clang/Sema/
DScopeInfo.h129 bool ObjCIsSecondaryInit : 1; variable
387 ObjCIsSecondaryInit(false), in FunctionScopeInfo()
/external/clang/lib/Sema/
DScopeInfo.cpp35 ObjCIsSecondaryInit = false; in Clear()
DSemaDeclObjC.cpp398 getCurFunction()->ObjCIsSecondaryInit = true; in ActOnStartOfObjCMethodDef()
DSemaExprObjC.cpp2861 DIFunctionScopeInfo->ObjCIsSecondaryInit && in BuildInstanceMessage()