MCPcopy Create free account
hub / github.com/Kitware/CMake / FunctionPushPop

Method FunctionPushPop

Source/cmMakefile.cxx:4210–4216  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

4208}
4209
4210cmMakefile::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
4218cmMakefile::FunctionPushPop::~FunctionPushPop()
4219{

Callers

nothing calls this directly

Calls 1

PushFunctionScopeMethod · 0.45

Tested by

no test coverage detected