| 308 | const CastKind& castKind); |
| 309 | |
| 310 | void ForEachArg(const auto& arguments, auto&& lambda) { mOutputFormatHelper.ForEachArg(arguments, lambda); } |
| 311 | |
| 312 | void InsertArgWithParensIfNeeded(const Stmt* stmt); |
| 313 | void InsertSuffix(const QualType& type); |
nothing calls this directly
no outgoing calls
no test coverage detected