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

References

tools/clang/include/clang/Analysis/CFG.h
  344   CFGScopeEnd(const VarDecl *VD, const Stmt *S) : CFGElement(ScopeEnd, VD, S) {}
  358     return kind == ScopeEnd;
tools/clang/lib/Analysis/CFG.cpp
 4959     case CFGElement::ScopeEnd:
 5505   case CFGElement::Kind::ScopeEnd:
tools/clang/lib/Analysis/PathDiagnostic.cpp
  553   case CFGElement::ScopeEnd:
tools/clang/lib/StaticAnalyzer/Core/ExprEngine.cpp
  658     case CFGElement::ScopeEnd: