clang-tools 19.0.0git
Public Member Functions | Public Attributes | List of all members
llvm::yaml::NormalizedSymbolID Struct Reference

Public Member Functions

 NormalizedSymbolID (IO &)
 
 NormalizedSymbolID (IO &, const SymbolID &ID)
 
SymbolID denormalize (IO &I)
 

Public Attributes

std::string HexString
 

Detailed Description

Definition at line 95 of file YAMLSerialization.cpp.

Constructor & Destructor Documentation

◆ NormalizedSymbolID() [1/2]

llvm::yaml::NormalizedSymbolID::NormalizedSymbolID ( IO &  )
inline

Definition at line 96 of file YAMLSerialization.cpp.

◆ NormalizedSymbolID() [2/2]

llvm::yaml::NormalizedSymbolID::NormalizedSymbolID ( IO &  ,
const SymbolID ID 
)
inline

Definition at line 97 of file YAMLSerialization.cpp.

References HexString, ID, and OS.

Member Function Documentation

◆ denormalize()

SymbolID llvm::yaml::NormalizedSymbolID::denormalize ( IO &  I)
inline

Definition at line 102 of file YAMLSerialization.cpp.

References clang::clangd::SymbolID::fromStr(), HexString, and ID.

Member Data Documentation

◆ HexString

std::string llvm::yaml::NormalizedSymbolID::HexString

Definition at line 111 of file YAMLSerialization.cpp.

Referenced by denormalize(), and NormalizedSymbolID().


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