Home
last modified time | relevance | path

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

/external/clang/include/clang/StaticAnalyzer/Checkers/
DSValExplainer.h30 std::string printStmt(const Stmt *S) { in printStmt() function
102 "' conjured at statement '" + printStmt(S->getStmt()) + "'"; in VisitSymbolConjured()
149 return "region allocated by '" + printStmt(R->getExpr()) + "'"; in VisitAllocaRegion()
153 return "compound literal " + printStmt(R->getLiteralExpr()); in VisitCompoundLiteralRegion()
196 printStmt(R->getExpr()) + "'"; in VisitCXXTempObjectRegion()