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

Method PopScope

Source/cmMakefile.cxx:3790–3799  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

3788}
3789
3790void 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
3801void cmMakefile::RaiseScope(std::string const& var, char const* varDef)
3802{

Callers 1

~ScopePushPopMethod · 0.80

Calls 4

GetGlobalGeneratorMethod · 0.95
PopLoopBlockBarrierMethod · 0.95
PopSnapshotMethod · 0.95
PopFunctionScopeMethod · 0.45

Tested by

no test coverage detected