Searched refs:canPrintPretty (Results 1 – 4 of 4) sorted by relevance
312 if (MR->canPrintPretty()) { in visitNodeInitial()554 action = R->canPrintPretty() ? "initialized to " : in VisitNode()557 action = R->canPrintPretty() ? "captured by block as " : in VisitNode()576 if (R->canPrintPretty()) { in VisitNode()603 os << (R->canPrintPretty() ? "initialized" : "Initializing") in VisitNode()606 os << (R->canPrintPretty() ? "declared" : "Declaring") in VisitNode()612 os << (R->canPrintPretty() ? "initialized" : "Initialized") in VisitNode()640 if (R->canPrintPretty()) { in VisitNode()659 if (R->canPrintPretty()) in VisitNode()666 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()605 bool FieldRegion::canPrintPretty() const { in canPrintPretty() function in FieldRegion
169 virtual bool canPrintPretty() const;954 bool canPrintPretty() const override;
2103 if (Region && Region->canPrintPretty()) { in reportLeak()