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

Method DumpInclude

Source/cmFileAPICodemodel.cxx:1976–1985  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1974}
1975
1976Json::Value Target::DumpInclude(CompileData::IncludeEntry const& inc)
1977{
1978 Json::Value include = Json::objectValue;
1979 include["path"] = inc.Path.Value;
1980 if (inc.IsSystem) {
1981 include["isSystem"] = true;
1982 }
1983 this->AddBacktrace(include, inc.Path.Backtrace);
1984 return include;
1985}
1986
1987Json::Value Target::DumpFramework(CompileData::IncludeEntry const& fw)
1988{

Callers 2

DumpCompileDataMethod · 0.95
DumpFrameworkMethod · 0.95

Calls 1

AddBacktraceMethod · 0.80

Tested by

no test coverage detected