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

Overridden By

tools/clang/lib/StaticAnalyzer/Core/MemRegion.cpp
  458 void AllocaRegion::dumpToStream(raw_ostream &os) const {
  462 void FunctionCodeRegion::dumpToStream(raw_ostream &os) const {
  466 void BlockCodeRegion::dumpToStream(raw_ostream &os) const {
  470 void BlockDataRegion::dumpToStream(raw_ostream &os) const {
  481 void CompoundLiteralRegion::dumpToStream(raw_ostream &os) const {
  486 void CXXTempObjectRegion::dumpToStream(raw_ostream &os) const {
  491 void CXXBaseObjectRegion::dumpToStream(raw_ostream &os) const {
  495 void CXXDerivedObjectRegion::dumpToStream(raw_ostream &os) const {
  499 void CXXThisRegion::dumpToStream(raw_ostream &os) const {
  503 void ElementRegion::dumpToStream(raw_ostream &os) const {
  508 void FieldRegion::dumpToStream(raw_ostream &os) const {
  512 void ObjCIvarRegion::dumpToStream(raw_ostream &os) const {
  516 void StringRegion::dumpToStream(raw_ostream &os) const {
  521 void ObjCStringRegion::dumpToStream(raw_ostream &os) const {
  526 void SymbolicRegion::dumpToStream(raw_ostream &os) const {
  532 void VarRegion::dumpToStream(raw_ostream &os) const {
  548 void CodeSpaceRegion::dumpToStream(raw_ostream &os) const {
  552 void StaticGlobalSpaceRegion::dumpToStream(raw_ostream &os) const {
  556 void GlobalInternalSpaceRegion::dumpToStream(raw_ostream &os) const {
  560 void GlobalSystemSpaceRegion::dumpToStream(raw_ostream &os) const {
  564 void GlobalImmutableSpaceRegion::dumpToStream(raw_ostream &os) const {
  568 void HeapSpaceRegion::dumpToStream(raw_ostream &os) const {
  572 void UnknownSpaceRegion::dumpToStream(raw_ostream &os) const {
  576 void StackArgumentsSpaceRegion::dumpToStream(raw_ostream &os) const {
  580 void StackLocalsSpaceRegion::dumpToStream(raw_ostream &os) const {

Declarations

tools/clang/include/clang/StaticAnalyzer/Core/PathSensitive/MemRegion.h
  149   virtual void dumpToStream(raw_ostream &os) const;

References

tools/clang/include/clang/StaticAnalyzer/Core/PathSensitive/MemRegion.h
 1486   R->dumpToStream(os);
tools/clang/lib/StaticAnalyzer/Checkers/MoveChecker.cpp
  744       I.first->dumpToStream(Out);
tools/clang/lib/StaticAnalyzer/Checkers/PthreadLockChecker.cpp
  189       I.first->dumpToStream(Out);
  208       I->dumpToStream(Out);
tools/clang/lib/StaticAnalyzer/Core/MemRegion.cpp
  444   dumpToStream(llvm::errs());
  450   dumpToStream(os);