Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/include/clang/Sema/
H A DScopeInfo.h153 bool ObjCIsDesignatedInit : 1; variable
398 ObjCIsDesignatedInit(false), ObjCWarnForNoDesignatedInitChain(false), in FunctionScopeInfo()
/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DScopeInfo.cpp35 ObjCIsDesignatedInit = false; in Clear()
H A DSemaExprObjC.cpp3190 DIFunctionScopeInfo->ObjCIsDesignatedInit && in BuildInstanceMessage()
H A DSemaDeclObjC.cpp472 SemaRef.getCurFunction()->ObjCIsDesignatedInit = true; in ActOnStartOfObjCMethodDef()