Home
last modified time | relevance | path

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

/external/clang/lib/StaticAnalyzer/Core/
DMemRegion.cpp569 return canPrintPrettyAsExpr(); in canPrintPretty()
572 bool MemRegion::canPrintPrettyAsExpr() const { in canPrintPrettyAsExpr() function in MemRegion
587 bool VarRegion::canPrintPrettyAsExpr() const { in canPrintPrettyAsExpr() function in VarRegion
595 bool ObjCIvarRegion::canPrintPrettyAsExpr() const { in canPrintPrettyAsExpr() function in ObjCIvarRegion
607 bool FieldRegion::canPrintPrettyAsExpr() const { in canPrintPrettyAsExpr() function in FieldRegion
608 return superRegion->canPrintPrettyAsExpr(); in canPrintPrettyAsExpr()
612 assert(canPrintPrettyAsExpr()); in printPrettyAsExpr()
618 if (canPrintPrettyAsExpr()) { in printPretty()
627 bool CXXBaseObjectRegion::canPrintPrettyAsExpr() const { in canPrintPrettyAsExpr() function in CXXBaseObjectRegion
628 return superRegion->canPrintPrettyAsExpr(); in canPrintPrettyAsExpr()
[all …]
/external/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
DMemRegion.h140 virtual bool canPrintPrettyAsExpr() const;
888 bool canPrintPrettyAsExpr() const override;
952 bool canPrintPrettyAsExpr() const override;
969 bool canPrintPrettyAsExpr() const override;
1100 bool canPrintPrettyAsExpr() const override;