\brief Show casts to xvalues independent from the show all casts option. This helps showing xvalue casts in structured bindings.
| 291 | /// |
| 292 | /// This helps showing xvalue casts in structured bindings. |
| 293 | virtual bool ShowXValueCasts() const { return false; } |
| 294 | |
| 295 | void HandleTemplateParameterPack(const ArrayRef<TemplateArgument>& args); |
| 296 | void HandleCompoundStmt(const CompoundStmt* stmt); |
nothing calls this directly
no outgoing calls
no test coverage detected