| 41 | } |
| 42 | |
| 43 | std::string SrcGenerator::genTypeStr(const Type &Target) { |
| 44 | return Target.getNameSpace() + |
| 45 | util::getFuzzInputTypeString(Target.getASTTypeName()); |
| 46 | } |
| 47 | |
| 48 | std::string SrcGenerator::genDeclStmt(const Type &VarType, |
| 49 | const std::string &VarName, bool Array) { |
nothing calls this directly
no test coverage detected