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

/external/clang/include/clang/Sema/
H A DScopeInfo.h111 bool ObjCShouldCallSuper; member in class:clang::sema::FunctionScopeInfo
335 ObjCShouldCallSuper(false),
/external/clang/lib/Sema/
H A DScopeInfo.cpp30 ObjCShouldCallSuper = false;
H A DSemaDeclObjC.cpp416 getCurFunction()->ObjCShouldCallSuper = true;
420 getCurFunction()->ObjCShouldCallSuper = true;
426 getCurFunction()->ObjCShouldCallSuper =
H A DSemaExprObjC.cpp1955 getCurFunction()->ObjCShouldCallSuper = false;
H A DSemaDecl.cpp10158 if (getCurFunction()->ObjCShouldCallSuper) {
10161 getCurFunction()->ObjCShouldCallSuper = false;
10200 assert(!getCurFunction()->ObjCShouldCallSuper &&

Completed in 160 milliseconds