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

References

tools/clang/lib/StaticAnalyzer/Core/ExplodedGraph.cpp
  313   assert(ParentLC && "We don't start analysis from autosynthesized code");
  314   while (ParentLC->getAnalysisDeclContext()->isBodyAutosynthesized()) {
  315     LC = ParentLC;
  316     ParentLC = LC->getParent();
  317     assert(ParentLC && "We don't start analysis from autosynthesized code");