Searched refs:ObjCShouldCallSuperDealloc (Results 1 - 4 of 4) sorted by relevance

/external/clang/include/clang/Sema/
H A DScopeInfo.h89 bool ObjCShouldCallSuperDealloc; member in class:clang::sema::FunctionScopeInfo
138 ObjCShouldCallSuperDealloc(false),
/external/clang/lib/Sema/
H A DSemaDeclObjC.cpp387 getCurFunction()->ObjCShouldCallSuperDealloc =
391 if (!getCurFunction()->ObjCShouldCallSuperDealloc) {
394 getCurFunction()->ObjCShouldCallSuperDealloc =
H A DSemaExprObjC.cpp1782 getCurFunction()->ObjCShouldCallSuperDealloc = false;
1790 getCurFunction()->ObjCShouldCallSuperDealloc = false;
H A DSemaDecl.cpp7834 if (getCurFunction()->ObjCShouldCallSuperDealloc) {
7837 getCurFunction()->ObjCShouldCallSuperDealloc = false;
7847 assert(!getCurFunction()->ObjCShouldCallSuperDealloc &&

Completed in 76 milliseconds