Home
last modified time | relevance | path

Searched refs:canPrintPrettyAsExpr (Results 1 – 2 of 2) sorted by relevance

/freebsd-11-stable/contrib/llvm-project/clang/lib/StaticAnalyzer/Core/
HDMemRegion.cpp585 return canPrintPrettyAsExpr(); in canPrintPretty()
588 bool MemRegion::canPrintPrettyAsExpr() const { in canPrintPrettyAsExpr() function in MemRegion
603 bool VarRegion::canPrintPrettyAsExpr() const { in canPrintPrettyAsExpr() function in VarRegion
611 bool ObjCIvarRegion::canPrintPrettyAsExpr() const { in canPrintPrettyAsExpr() function in ObjCIvarRegion
623 bool FieldRegion::canPrintPrettyAsExpr() const { in canPrintPrettyAsExpr() function in FieldRegion
624 return superRegion->canPrintPrettyAsExpr(); in canPrintPrettyAsExpr()
628 assert(canPrintPrettyAsExpr()); in printPrettyAsExpr()
634 if (canPrintPrettyAsExpr()) { in printPretty()
643 bool CXXBaseObjectRegion::canPrintPrettyAsExpr() const { in canPrintPrettyAsExpr() function in CXXBaseObjectRegion
644 return superRegion->canPrintPrettyAsExpr(); in canPrintPrettyAsExpr()
[all …]
/freebsd-11-stable/contrib/llvm-project/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
HDMemRegion.h161 virtual bool canPrintPrettyAsExpr() const;
961 bool canPrintPrettyAsExpr() const override;
1030 bool canPrintPrettyAsExpr() const override;
1050 bool canPrintPrettyAsExpr() const override;
1177 bool canPrintPrettyAsExpr() const override;
1218 bool canPrintPrettyAsExpr() const override;