| 4216 | } |
| 4217 | |
| 4218 | cmMakefile::FunctionPushPop::~FunctionPushPop() |
| 4219 | { |
| 4220 | this->Makefile->PopFunctionScope(this->ReportError); |
| 4221 | } |
| 4222 | |
| 4223 | cmMakefile::MacroPushPop::MacroPushPop(cmMakefile* mf, |
| 4224 | std::string const& fileName, |
nothing calls this directly
no test coverage detected