Searched refs:canPrintPretty (Results 1 – 4 of 4) sorted by relevance
313 if (MR->canPrintPretty()) { in visitNodeInitial()558 action = R->canPrintPretty() ? "initialized to " : in VisitNode()561 action = R->canPrintPretty() ? "captured by block as " : in VisitNode()580 if (R->canPrintPretty()) { in VisitNode()607 os << (R->canPrintPretty() ? "initialized" : "Initializing") in VisitNode()610 os << (R->canPrintPretty() ? "declared" : "Declaring") in VisitNode()616 os << (R->canPrintPretty() ? "initialized" : "Initialized") in VisitNode()644 if (R->canPrintPretty()) { in VisitNode()663 if (R->canPrintPretty()) in VisitNode()670 if (R->canPrintPretty()) in VisitNode()[all …]
568 bool MemRegion::canPrintPretty() const { in canPrintPretty() function in MemRegion577 assert(canPrintPretty() && "This region cannot be printed pretty."); in printPretty()603 bool FieldRegion::canPrintPretty() const { in canPrintPretty() function in FieldRegion
133 virtual bool canPrintPretty() const;950 bool canPrintPretty() const override;
2111 if (Region && Region->canPrintPretty()) { in reportLeak()