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

Overridden By

tools/clang/lib/StaticAnalyzer/Core/RegionStore.cpp
  443   StoreRef Bind(Store store, Loc LV, SVal V) override {

References

tools/clang/lib/StaticAnalyzer/Core/ProgramState.cpp
  124   ProgramStateRef newState = makeWithStore(Mgr.StoreMgr->Bind(getStore(),
tools/clang/lib/StaticAnalyzer/Core/Store.cpp
   55     Store = Bind(Store.getStore(), I.first.castAs<Loc>(), I.second);
tools/clang/unittests/StaticAnalyzer/StoreTest.cpp
   50         StMgr.Bind(StInit, LX0, Zero).getStore();
   70         StMgr.Bind(StInit, LX1, One).getStore();