Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang/include/clang/Sema/
H A DScopeInfo.h151 bool ObjCIsDesignatedInit : 1; variable
386 ObjCIsDesignatedInit(false), ObjCWarnForNoDesignatedInitChain(false), in FunctionScopeInfo()
/llvm-project-15.0.7/clang/lib/Sema/
H A DScopeInfo.cpp35 ObjCIsDesignatedInit = false; in Clear()
H A DSemaExprObjC.cpp3184 DIFunctionScopeInfo->ObjCIsDesignatedInit && in BuildInstanceMessage()
H A DSemaDeclObjC.cpp464 getCurFunction()->ObjCIsDesignatedInit = true; in ActOnStartOfObjCMethodDef()