MCPcopy Create free account
hub / github.com/Kitware/CMake / ~BuildsystemFileScope

Method ~BuildsystemFileScope

Source/cmMakefile.cxx:1527–1537  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1525 }
1526
1527 ~BuildsystemFileScope()
1528 {
1529 this->PopListFileVars();
1530 this->Makefile->PopFunctionBlockerBarrier(this->ReportError);
1531 this->Makefile->PopSnapshot(this->ReportError);
1532#if !defined(CMAKE_BOOTSTRAP)
1533 this->GG->GetFileLockPool().PopFileScope();
1534#endif
1535 this->GG->SetCurrentMakefile(this->CurrentMakefile);
1536 this->GG->GetCMakeInstance()->SetCurrentSnapshot(this->Snapshot);
1537 }
1538
1539 void Quiet() { this->ReportError = false; }
1540

Callers

nothing calls this directly

Calls 7

PopListFileVarsMethod · 0.80
PopSnapshotMethod · 0.80
PopFileScopeMethod · 0.80
SetCurrentMakefileMethod · 0.80
SetCurrentSnapshotMethod · 0.80
GetCMakeInstanceMethod · 0.45

Tested by

no test coverage detected