| 3788 | } |
| 3789 | |
| 3790 | void cmMakefile::PopScope() |
| 3791 | { |
| 3792 | #if !defined(CMAKE_BOOTSTRAP) |
| 3793 | this->GetGlobalGenerator()->GetFileLockPool().PopFunctionScope(); |
| 3794 | #endif |
| 3795 | |
| 3796 | this->PopLoopBlockBarrier(); |
| 3797 | |
| 3798 | this->PopSnapshot(); |
| 3799 | } |
| 3800 | |
| 3801 | void cmMakefile::RaiseScope(std::string const& var, char const* varDef) |
| 3802 | { |
no test coverage detected