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

Method PopFunctionScope

Source/cmMakefile.cxx:1461–1474  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1459}
1460
1461void cmMakefile::PopFunctionScope(bool reportError)
1462{
1463 this->PopPolicy();
1464
1465 this->PopSnapshot(reportError);
1466
1467 this->PopFunctionBlockerBarrier(reportError);
1468
1469#if !defined(CMAKE_BOOTSTRAP)
1470 this->GetGlobalGenerator()->GetFileLockPool().PopFunctionScope();
1471#endif
1472
1473 this->PopLoopBlockBarrier();
1474}
1475
1476void cmMakefile::PushMacroScope(std::string const& fileName,
1477 cmPolicies::PolicyMap const& pm)

Callers 2

PopScopeMethod · 0.45
~FunctionPushPopMethod · 0.45

Calls 5

PopPolicyMethod · 0.95
PopSnapshotMethod · 0.95
GetGlobalGeneratorMethod · 0.95
PopLoopBlockBarrierMethod · 0.95

Tested by

no test coverage detected