Searched refs:canPrintPretty (Results 1 – 4 of 4) sorted by relevance
316 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 …]
557 bool MemRegion::canPrintPretty() const { in canPrintPretty() function in MemRegion566 assert(canPrintPretty() && "This region cannot be printed pretty."); in printPretty()594 bool FieldRegion::canPrintPretty() const { in canPrintPretty() function in FieldRegion
172 virtual bool canPrintPretty() const;954 bool canPrintPretty() const;
1614 if (Region && Region->canPrintPretty()) { in reportLeak()