| 174 | //----------------------------------------------------------------------------- |
| 175 | |
| 176 | void CfrontCodeGenerator::InsertArg(const CXXThisExpr*) |
| 177 | { |
| 178 | mOutputFormatHelper.Append(kwInternalThis); |
| 179 | } |
| 180 | //----------------------------------------------------------------------------- |
| 181 | |
| 182 | static bool HasCtor(QualType t) |
nothing calls this directly
no test coverage detected