| 156 | this->ClearGeneratorMembers(); |
| 157 | } |
| 158 | codecvt_Encoding cmGlobalGenerator::GetMakefileEncoding() const |
| 159 | { |
| 160 | return codecvt_Encoding::None; |
| 161 | } |
| 162 | |
| 163 | #if !defined(CMAKE_BOOTSTRAP) |
| 164 | Json::Value cmGlobalGenerator::GetJson() const |
no outgoing calls
no test coverage detected