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

Declarations

tools/clang/include/clang/StaticAnalyzer/Core/PathSensitive/StoreRef.h
   36   StoreRef &operator=(StoreRef const &newStore);

References

tools/clang/include/clang/StaticAnalyzer/Core/PathSensitive/SymbolManager.h
  622   void setReapedStore(StoreRef st) { reapedStore = st; }
tools/clang/lib/StaticAnalyzer/Core/Store.cpp
   55     Store = Bind(Store.getStore(), I.first.castAs<Loc>(), I.second);