Home
last modified time | relevance | path

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

/external/clang/include/clang/Sema/
DScopeInfo.h122 bool ObjCIsSecondaryInit : 1; variable
369 ObjCIsSecondaryInit(false), in FunctionScopeInfo()
/external/clang/lib/Sema/
DScopeInfo.cpp34 ObjCIsSecondaryInit = false; in Clear()
DSemaExprObjC.cpp2834 DIFunctionScopeInfo->ObjCIsSecondaryInit && in BuildInstanceMessage()
DSemaDeclObjC.cpp399 getCurFunction()->ObjCIsSecondaryInit = true; in ActOnStartOfObjCMethodDef()