| 286 | virtual bool InsertComma() { return false; } |
| 287 | virtual bool InsertSemi() { return true; } |
| 288 | virtual bool InsertNamespace() const { return false; } |
| 289 | |
| 290 | /// \brief Show casts to xvalues independent from the show all casts option. |
| 291 | /// |
nothing calls this directly
no outgoing calls
no test coverage detected