| 4208 | } |
| 4209 | |
| 4210 | cmMakefile::FunctionPushPop::FunctionPushPop(cmMakefile* mf, |
| 4211 | std::string const& fileName, |
| 4212 | cmPolicies::PolicyMap const& pm) |
| 4213 | : Makefile(mf) |
| 4214 | { |
| 4215 | this->Makefile->PushFunctionScope(fileName, pm); |
| 4216 | } |
| 4217 | |
| 4218 | cmMakefile::FunctionPushPop::~FunctionPushPop() |
| 4219 | { |
nothing calls this directly
no test coverage detected