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

References

tools/clang/include/clang/StaticAnalyzer/Checkers/SValExplainer.h
   38       if (isa<CXXThisRegion>(S->getRegion()))
   91     const MemRegion *R = S->getRegion();
tools/clang/include/clang/StaticAnalyzer/Core/PathSensitive/SymbolManager.h
   63   const MemRegion *getOriginRegion() const override { return getRegion(); }
tools/clang/lib/StaticAnalyzer/Checkers/CheckObjCDealloc.cpp
  514         cast<SymbolRegionValue>(IvarSymbol)->getRegion();
tools/clang/lib/StaticAnalyzer/Checkers/GenericTaintChecker.cpp
  679   const DeclRegion *DeclReg = dyn_cast_or_null<DeclRegion>(Sm->getRegion());
tools/clang/lib/StaticAnalyzer/Checkers/RetainCountChecker/RetainCountDiagnostics.cpp
  435   const auto *VR = cast<VarRegion>(cast<SymbolRegionValue>(Sym)->getRegion());
tools/clang/lib/StaticAnalyzer/Checkers/Taint.cpp
  193       if (isTainted(State, SRV->getRegion(), Kind))
tools/clang/lib/StaticAnalyzer/Core/SymbolManager.cpp
  472     KnownLive = isLiveRegion(cast<SymbolRegionValue>(sym)->getRegion());