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

References

tools/clang/lib/StaticAnalyzer/Core/ExplodedGraph.cpp
  311   assert(LC->getAnalysisDeclContext()->isBodyAutosynthesized());
  312   const LocationContext *ParentLC = LC->getParent();
  315     LC = ParentLC;
  316     ParentLC = LC->getParent();
  319   return LC;