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

Declarations

tools/clang/include/clang/StaticAnalyzer/Core/PathSensitive/MemRegion.h
 1347   const FieldRegion *getFieldRegion(const FieldDecl *fd,

References

tools/clang/include/clang/StaticAnalyzer/Core/PathSensitive/MemRegion.h
 1352     return getFieldRegion(FR->getDecl(), superRegion);
tools/clang/lib/StaticAnalyzer/Checkers/CallAndMessageChecker.cpp
  212         const FieldRegion *FR = MrMgr.getFieldRegion(I, R);
tools/clang/lib/StaticAnalyzer/Core/BugReporterVisitors.cpp
  516     const FieldRegion *FR = MmrMgr.getFieldRegion(I, cast<SubRegion>(R));
tools/clang/lib/StaticAnalyzer/Core/RegionStore.cpp
 2360     const FieldRegion *SourceFR = MRMgr.getFieldRegion(*I, LCV.getRegion());
 2363     const FieldRegion *DestFR = MRMgr.getFieldRegion(*I, R);
 2469     const FieldRegion* FR = MRMgr.getFieldRegion(*FI, R);
tools/clang/lib/StaticAnalyzer/Core/Store.cpp
  470   return loc::MemRegionVal(MRMgr.getFieldRegion(cast<FieldDecl>(D), BaseR));
tools/clang/unittests/StaticAnalyzer/SymbolReaperTest.cpp
   31     const FieldRegion *FR = Eng.getRegionManager().getFieldRegion(FD, VR);