Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/clang/include/clang/Sema/
H A DScopeInfo.h139 bool ObjCIsDesignatedInit : 1; variable
370 ObjCShouldCallSuper(false), ObjCIsDesignatedInit(false), in FunctionScopeInfo()
/freebsd-12.1/contrib/llvm/tools/clang/lib/Sema/
H A DScopeInfo.cpp35 ObjCIsDesignatedInit = false; in Clear()
H A DSemaExprObjC.cpp2958 DIFunctionScopeInfo->ObjCIsDesignatedInit && in BuildInstanceMessage()
H A DSemaDeclObjC.cpp463 getCurFunction()->ObjCIsDesignatedInit = true; in ActOnStartOfObjCMethodDef()