Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/clang/include/clang/StaticAnalyzer/Checkers/
H A DSValExplainer.h31 std::string printStmt(const Stmt *S) { in printStmt() function
103 "' conjured at statement '" + printStmt(S->getStmt()) + "'"; in VisitSymbolConjured()
158 return "region allocated by '" + printStmt(R->getExpr()) + "'"; in VisitAllocaRegion()
162 return "compound literal " + printStmt(R->getLiteralExpr()); in VisitCompoundLiteralRegion()
212 printStmt(R->getExpr()) + "'"; in VisitCXXTempObjectRegion()