Home
last modified time | relevance | path

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

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