Searched refs:canPrintPretty (Results 1 – 5 of 5) sorted by relevance
1119 if (MR->canPrintPretty()) { in visitNodeInitial()1268 if (NewR->canPrintPretty()) { in showBRDiagnostics()1288 } else if (OldR && OldR->canPrintPretty()) { in showBRDiagnostics()1296 os << (NewR->canPrintPretty() ? "initialized" : "Initializing") in showBRDiagnostics()1299 os << (NewR->canPrintPretty() ? "declared" : "Declaring") in showBRDiagnostics()1304 os << (NewR->canPrintPretty() ? "initialized" : "Initialized") << " here"; in showBRDiagnostics()1326 } else if (ValueR && ValueR->canPrintPretty()) { in showBRParamDiagnostics()1335 if (VR->canPrintPretty()) { in showBRParamDiagnostics()1356 if (NewR->canPrintPretty()) in showBRDefaultDiagnostics()1363 if (NewR->canPrintPretty()) in showBRDefaultDiagnostics()[all …]
590 bool MemRegion::canPrintPretty() const { in canPrintPretty() function in MemRegion599 assert(canPrintPretty() && "This region cannot be printed pretty."); in printPretty()632 bool FieldRegion::canPrintPretty() const { in canPrintPretty() function in FieldRegion
154 virtual bool canPrintPretty() const;1081 bool canPrintPretty() const override;
163 if (Region->canPrintPretty()) { in checkAndPrettyPrintRegion()
2570 if (Region && Region->canPrintPretty()) { in HandleLeak()