Searched refs:ObjCWarnForNoInitDelegation (Results 1 - 5 of 5) sorted by relevance

/external/clang/include/clang/Sema/
H A DScopeInfo.h126 bool ObjCWarnForNoInitDelegation; member in class:clang::sema::FunctionScopeInfo
339 ObjCWarnForNoInitDelegation(false),
/external/clang/lib/Sema/
H A DScopeInfo.cpp34 ObjCWarnForNoInitDelegation = false;
H A DSemaDeclObjC.cpp403 getCurFunction()->ObjCWarnForNoInitDelegation = true;
H A DSemaExprObjC.cpp2532 DIFunctionScopeInfo->ObjCWarnForNoInitDelegation = false;
H A DSemaDecl.cpp10190 if (getCurFunction()->ObjCWarnForNoInitDelegation) {
10194 getCurFunction()->ObjCWarnForNoInitDelegation = false;

Completed in 145 milliseconds