clang 23.0.0git
clang::ssaf::JSONEntitySummaryEncoding Class Referencefinal

#include "/home/buildbot/as-worker-4/publish-doxygen-docs/llvm-project/clang/lib/Analysis/Scalable/Serialization/JSONFormat/JSONFormatImpl.h"

Inheritance diagram for clang::ssaf::JSONEntitySummaryEncoding:
[legend]

Public Member Functions

void patch (const std::map< EntityId, EntityId > &EntityResolutionTable) override
 Updates EntityId references in the encoded data.
Public Member Functions inherited from clang::ssaf::EntitySummaryEncoding
virtual ~EntitySummaryEncoding ()=default

Detailed Description

Definition at line 121 of file JSONFormatImpl.h.

Member Function Documentation

◆ patch()

void clang::ssaf::JSONEntitySummaryEncoding::patch ( const std::map< EntityId, EntityId > & EntityResolutionTable)
inlineoverridevirtual

Updates EntityId references in the encoded data.

Parameters
EntityResolutionTableMapping from old EntityIds to new EntityIds.

Implements clang::ssaf::EntitySummaryEncoding.

Definition at line 126 of file JSONFormatImpl.h.

References clang::ssaf::ErrorBuilder::fatal().


The documentation for this class was generated from the following file: