|
clang 23.0.0git
|
Public Member Functions | |
| llvm::Error | 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 |
Definition at line 26 of file JSONEntitySummaryEncoding.h.
|
overridevirtual |
Updates EntityId references in the encoded data.
| EntityResolutionTable | Mapping from old EntityIds to new EntityIds. |
Implements clang::ssaf::EntitySummaryEncoding.
Definition at line 81 of file JSONEntitySummaryEncoding.cpp.