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

Method ~IncludeScope

Source/cmMakefile.cxx:654–666  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

652}
653
654cmMakefile::IncludeScope::~IncludeScope()
655{
656 this->PopListFileVars();
657 if (!this->NoPolicyScope) {
658 // Pop the scope we pushed for the script.
659 this->Makefile->PopPolicy();
660 }
661 this->Makefile->PopSnapshot(this->ReportError);
662
663 this->Makefile->PopFunctionBlockerBarrier(this->ReportError);
664
665 this->Makefile->Backtrace = this->Makefile->Backtrace.Pop();
666}
667
668bool cmMakefile::ReadDependentFile(std::string const& filename,
669 bool noPolicyScope)

Callers

nothing calls this directly

Calls 5

PopListFileVarsMethod · 0.80
PopSnapshotMethod · 0.80
PopPolicyMethod · 0.45
PopMethod · 0.45

Tested by

no test coverage detected