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

Method DumpPrecompileHeader

Source/cmFileAPICodemodel.cxx:1993–1999  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1991}
1992
1993Json::Value Target::DumpPrecompileHeader(JBT<std::string> const& header)
1994{
1995 Json::Value precompileHeader = Json::objectValue;
1996 precompileHeader["header"] = header.Value;
1997 this->AddBacktrace(precompileHeader, header.Backtrace);
1998 return precompileHeader;
1999}
2000
2001Json::Value Target::DumpLanguageStandard(JBTs<std::string> const& standard)
2002{

Callers 1

DumpCompileDataMethod · 0.95

Calls 1

AddBacktraceMethod · 0.80

Tested by

no test coverage detected