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