Searched refs:canPrintPretty (Results 1 - 3 of 3) sorted by relevance

/freebsd-10.0-release/contrib/llvm/tools/clang/lib/StaticAnalyzer/Core/
H A DBugReporterVisitors.cpp316 if (MR->canPrintPretty()) {
557 action = R->canPrintPretty() ? "initialized to " :
560 action = R->canPrintPretty() ? "captured by block as " :
579 if (R->canPrintPretty()) {
606 os << (R->canPrintPretty() ? "initialized" : "Initializing")
609 os << (R->canPrintPretty() ? "declared" : "Declaring")
615 os << (R->canPrintPretty() ? "initialized" : "Initialized")
643 if (R->canPrintPretty()) {
662 if (R->canPrintPretty())
669 if (R->canPrintPretty())
[all...]
H A DMemRegion.cpp557 bool MemRegion::canPrintPretty() const { function in class:MemRegion
566 assert(canPrintPretty() && "This region cannot be printed pretty.");
594 bool FieldRegion::canPrintPretty() const { function in class:FieldRegion
/freebsd-10.0-release/contrib/llvm/tools/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
H A DMemRegion.h172 virtual bool canPrintPretty() const;
954 bool canPrintPretty() const;

Completed in 125 milliseconds