Home
last modified time | relevance | path

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

/external/clang/include/clang/Sema/
DScopeInfo.h129 bool ObjCIsSecondaryInit : 1; variable
387 ObjCIsSecondaryInit(false), in FunctionScopeInfo()
/external/llvm-project/clang/include/clang/Sema/
DScopeInfo.h153 bool ObjCIsSecondaryInit : 1; variable
378 ObjCWarnForNoDesignatedInitChain(false), 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()
/external/llvm-project/clang/lib/Sema/
DScopeInfo.cpp37 ObjCIsSecondaryInit = false; in Clear()
DSemaExprObjC.cpp3215 DIFunctionScopeInfo->ObjCIsSecondaryInit && in BuildInstanceMessage()
DSemaDeclObjC.cpp468 getCurFunction()->ObjCIsSecondaryInit = true; in ActOnStartOfObjCMethodDef()