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
589 bool VarRegion::canPrintPrettyAsExpr() const { in canPrintPrettyAsExpr() function in VarRegion
597 bool ObjCIvarRegion::canPrintPrettyAsExpr() const { in canPrintPrettyAsExpr() function in ObjCIvarRegion
609 bool FieldRegion::canPrintPrettyAsExpr() const { in canPrintPrettyAsExpr() function in FieldRegion
610 return superRegion->canPrintPrettyAsExpr(); in canPrintPrettyAsExpr()
614 assert(canPrintPrettyAsExpr()); in printPrettyAsExpr()
620 if (canPrintPrettyAsExpr()) { in printPretty()
630 bool CXXBaseObjectRegion::canPrintPrettyAsExpr() const { in canPrintPrettyAsExpr() function in CXXBaseObjectRegion
631 return superRegion->canPrintPrettyAsExpr(); in canPrintPrettyAsExpr()
/external/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
DMemRegion.h176 virtual bool canPrintPrettyAsExpr() const;
892 bool canPrintPrettyAsExpr() const override;
956 bool canPrintPrettyAsExpr() const override;
973 bool canPrintPrettyAsExpr() const override;
1104 bool canPrintPrettyAsExpr() const override;