Home
last modified time | relevance | path

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

/external/clang/lib/StaticAnalyzer/Core/
DMemRegion.cpp558 return canPrintPrettyAsExpr(); in canPrintPretty()
561 bool MemRegion::canPrintPrettyAsExpr() const { in canPrintPrettyAsExpr() function in MemRegion
578 bool VarRegion::canPrintPrettyAsExpr() const { in canPrintPrettyAsExpr() function in VarRegion
586 bool ObjCIvarRegion::canPrintPrettyAsExpr() const { in canPrintPrettyAsExpr() function in ObjCIvarRegion
598 bool FieldRegion::canPrintPrettyAsExpr() const { in canPrintPrettyAsExpr() function in FieldRegion
599 return superRegion->canPrintPrettyAsExpr(); in canPrintPrettyAsExpr()
603 assert(canPrintPrettyAsExpr()); in printPrettyAsExpr()
609 if (canPrintPrettyAsExpr()) { in printPretty()
619 bool CXXBaseObjectRegion::canPrintPrettyAsExpr() const { in canPrintPrettyAsExpr() function in CXXBaseObjectRegion
620 return superRegion->canPrintPrettyAsExpr(); in canPrintPrettyAsExpr()
/external/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
DMemRegion.h179 virtual bool canPrintPrettyAsExpr() const;
892 bool canPrintPrettyAsExpr() const;
956 bool canPrintPrettyAsExpr() const;
973 bool canPrintPrettyAsExpr() const;
1104 bool canPrintPrettyAsExpr() const;