Go to the source code of this file.
◆ deserialize()
Definition at line 54 of file CallGraphJSONFormat.cpp.
References clang::ssaf::ErrorBuilder::build(), clang::ssaf::ErrorBuilder::context(), clang::ssaf::ErrorBuilder::create(), FailedToReadObjectAtField, FailedToReadObjectAtIndex, clang::File, clang::Line, ReadingFromField, ReadingFromIndex, and clang::ssaf::ErrorBuilder::wrap().
Referenced by clang::ssaf::SerializationFormat::AnalysisResultRegistryGenerator< FormatT, llvm::function_ref< SerRet(const AnalysisResult &, SerArgs...)>, llvm::function_ref< DesRet(DesArgs...)> >::Add< AnalysisResultT >::Add().
◆ RegisterFormatInfo()
| llvm::Registry< JSONFormat::FormatInfo >::Add< CallGraphJSONFormatInfo > RegisterFormatInfo |
( |
CallGraphSummary::Name | , |
|
|
"JSON Format info for CallGraph summary" | ) |
|
static |
◆ serialize()
◆ CallGraphJSONFormatAnchorSource
| volatile int CallGraphJSONFormatAnchorSource = 0 |
◆ FailedToReadObjectAtField
| const char* FailedToReadObjectAtField |
|
static |
◆ FailedToReadObjectAtIndex
| const char* FailedToReadObjectAtIndex |
|
static |
◆ ReadingFromField
| const char* ReadingFromField = "reading {0} from field '{1}'" |
|
static |
◆ ReadingFromIndex
| const char* ReadingFromIndex = "reading {0} from index '{1}'" |
|
static |