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

Method PopMacroScope

Source/cmMakefile.cxx:1488–1494  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1486}
1487
1488void cmMakefile::PopMacroScope(bool reportError)
1489{
1490 this->PopPolicy();
1491 this->PopSnapshot(reportError);
1492
1493 this->PopFunctionBlockerBarrier(reportError);
1494}
1495
1496bool cmMakefile::IsRootMakefile() const
1497{

Callers 1

~MacroPushPopMethod · 0.80

Calls 3

PopPolicyMethod · 0.95
PopSnapshotMethod · 0.95

Tested by

no test coverage detected