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

Declarations

tools/clang/include/clang/StaticAnalyzer/Core/PathSensitive/SVals.h
  498   const TypedValueRegion *getRegion() const;

References

tools/clang/include/clang/StaticAnalyzer/Checkers/SValExplainer.h
   87     return "lazily frozen compound value of " + Visit(V.getRegion());
tools/clang/include/clang/StaticAnalyzer/Core/PathSensitive/Store.h
   97     return getDefaultBinding(lcv.getStore(), lcv.getRegion());
tools/clang/lib/StaticAnalyzer/Checkers/IteratorChecker.cpp
 2006     return State->get<IteratorRegionMap>(LCVal->getRegion());
 2019     return State->set<IteratorRegionMap>(LCVal->getRegion(), Pos);
 2031     return State->remove<IteratorRegionMap>(LCVal->getRegion());
 2088       if (LCVal->getRegion() == Reg)
tools/clang/lib/StaticAnalyzer/Checkers/Taint.cpp
   70         return addPartialTaint(State, Sym, LCV->getRegion(), Kind);
tools/clang/lib/StaticAnalyzer/Core/BugReporterVisitors.cpp
  178   return LLCV->getRegion() == RLCV->getRegion() &&
  178   return LLCV->getRegion() == RLCV->getRegion() &&
tools/clang/lib/StaticAnalyzer/Core/ProgramState.cpp
  539   const MemRegion *R = val.getRegion()->getBaseRegion();
tools/clang/lib/StaticAnalyzer/Core/RegionStore.cpp
 1607     QualType SourceRegionTy = LCV->getRegion()->getValueType();
 1633       return std::make_pair(V->getStore(), V->getRegion());
 2060   const SubRegion *LazyR = LCV.getRegion();
 2360     const FieldRegion *SourceFR = MRMgr.getFieldRegion(*I, LCV.getRegion());
tools/clang/lib/StaticAnalyzer/Core/SVals.cpp
  349          << ',' << C.getRegion()