| 1217 | //----------------------------------------------------------------------------- |
| 1218 | |
| 1219 | std::string GetTemporaryName(const Expr& tmp) |
| 1220 | { |
| 1221 | return BuildInternalVarName(MakeLineColumnName(GetGlobalAST().getSourceManager(), tmp.getEndLoc(), "temporary"sv)); |
| 1222 | } |
| 1223 | //----------------------------------------------------------------------------- |
| 1224 | |
| 1225 | std::string GetName(const CXXTemporaryObjectExpr& tmp) |
no test coverage detected