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

/freebsd-current/contrib/llvm-project/clang/include/clang/StaticAnalyzer/Checkers/
H A DSValExplainer.h31 std::string printStmt(const Stmt *S) { function in class:clang::ento::SValExplainer
115 "' conjured at statement '" + printStmt(S->getStmt()) + "'";
175 return "region allocated by '" + printStmt(R->getExpr()) + "'";
179 return "compound literal " + printStmt(R->getLiteralExpr());
235 printStmt(R->getExpr()) + "'";

Completed in 164 milliseconds