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

References

tools/clang/include/clang/Analysis/Analyses/ThreadSafetyCommon.h
  210         case CFGElement::AutomaticObjectDtor: {
tools/clang/include/clang/Analysis/CFG.h
   77     DTOR_BEGIN = AutomaticObjectDtor,
  392       : CFGImplicitDtor(AutomaticObjectDtor, var, stmt) {}
  409     return elem.getKind() == AutomaticObjectDtor;
tools/clang/lib/Analysis/CFG.cpp
 4962     case CFGElement::AutomaticObjectDtor: {
 5474   case CFGElement::Kind::AutomaticObjectDtor: {
tools/clang/lib/Analysis/Consumed.cpp
 1359       case CFGElement::AutomaticObjectDtor: {
tools/clang/lib/Analysis/PathDiagnostic.cpp
  524   case CFGElement::AutomaticObjectDtor: {
tools/clang/lib/Analysis/ThreadSafety.cpp
 2471         case CFGElement::AutomaticObjectDtor: {
tools/clang/lib/StaticAnalyzer/Core/ExprEngine.cpp
  646     case CFGElement::AutomaticObjectDtor:
  908   case CFGElement::AutomaticObjectDtor: