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

Public Member Functions

 NormalizedSymbolRole (IO &)
 
 NormalizedSymbolRole (IO &IO, RelationKind R)
 
RelationKind denormalize (IO &IO)
 

Public Attributes

uint8_t Kind = 0
 

Detailed Description

Definition at line 325 of file YAMLSerialization.cpp.

Constructor & Destructor Documentation

◆ NormalizedSymbolRole() [1/2]

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

Definition at line 326 of file YAMLSerialization.cpp.

◆ NormalizedSymbolRole() [2/2]

llvm::yaml::NormalizedSymbolRole::NormalizedSymbolRole ( IO &  IO,
RelationKind  R 
)
inline

Definition at line 327 of file YAMLSerialization.cpp.

References Kind.

Member Function Documentation

◆ denormalize()

RelationKind llvm::yaml::NormalizedSymbolRole::denormalize ( IO &  IO)
inline

Definition at line 331 of file YAMLSerialization.cpp.

References Kind.

Member Data Documentation

◆ Kind

uint8_t llvm::yaml::NormalizedSymbolRole::Kind = 0

Definition at line 333 of file YAMLSerialization.cpp.

Referenced by denormalize(), and NormalizedSymbolRole().


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