reference, declarationdefinition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced

References

tools/clang/lib/Sema/ScopeInfo.cpp
   33   ObjCShouldCallSuper = false;
tools/clang/lib/Sema/SemaDecl.cpp
13935     if (getCurFunction()->ObjCShouldCallSuper) {
13938       getCurFunction()->ObjCShouldCallSuper = false;
13986   assert(!getCurFunction()->ObjCShouldCallSuper &&
tools/clang/lib/Sema/SemaDeclObjC.cpp
  481           getCurFunction()->ObjCShouldCallSuper = true;
  485           getCurFunction()->ObjCShouldCallSuper = true;
  491         getCurFunction()->ObjCShouldCallSuper =
tools/clang/lib/Sema/SemaExprObjC.cpp
 2254     getCurFunction()->ObjCShouldCallSuper = false;