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

Overridden By

tools/clang/include/clang/Analysis/AnalysisDeclContext.h
  327   bool inTopFrame() const override { return getParent() == nullptr;  }

Declarations

tools/clang/include/clang/Analysis/AnalysisDeclContext.h
  271   virtual bool inTopFrame() const;

References

tools/clang/include/clang/StaticAnalyzer/Core/PathSensitive/CheckerContext.h
  100   bool inTopFrame() const { return getLocationContext()->inTopFrame();  }
tools/clang/lib/StaticAnalyzer/Checkers/CheckObjCDealloc.cpp
  599   assert(!LCtx->inTopFrame() || State->get<UnreleasedIvarMap>().isEmpty());
tools/clang/lib/StaticAnalyzer/Checkers/NullabilityChecker.cpp
  579       C.getLocationContext()->inTopFrame()) {
tools/clang/lib/StaticAnalyzer/Checkers/RetainCountChecker/RetainCountChecker.cpp
 1382     assert(!LCtx->inTopFrame());
tools/clang/lib/StaticAnalyzer/Checkers/UnreachableCodeChecker.cpp
   65     if (!LC->inTopFrame())
tools/clang/lib/StaticAnalyzer/Core/ExprEngine.cpp
 2319   if (Pred->getLocationContext()->inTopFrame()) {
tools/clang/lib/StaticAnalyzer/Core/MemRegion.cpp
 1110   while (!LC->inTopFrame() && (!D || D->isStatic() ||