| 4229 | } |
| 4230 | |
| 4231 | cmMakefile::MacroPushPop::~MacroPushPop() |
| 4232 | { |
| 4233 | this->Makefile->PopMacroScope(this->ReportError); |
| 4234 | } |
| 4235 | |
| 4236 | cmMakefile::FindPackageStackRAII::FindPackageStackRAII( |
| 4237 | cmMakefile* mf, std::string const& name, |
nothing calls this directly
no test coverage detected