LLVM: llvm::yaml::MappingTraits< RemarkLocation > Struct Reference (original) (raw)
Inheritance diagram for llvm::yaml::MappingTraits< RemarkLocation >:
[legend]
| Static Public Member Functions | |
|---|---|
| static void | mapping (IO &io, RemarkLocation &RL) |
| Static Public Attributes | |
|---|---|
| static const bool | flow = true |
Detailed Description
Definition at line 63 of file YAMLRemarkSerializer.cpp.
Member Function Documentation
◆ mapping()
| void llvm::yaml::MappingTraits< RemarkLocation >::mapping ( IO & io, RemarkLocation & RL ) | inlinestatic |
|---|
Definition at line 64 of file YAMLRemarkSerializer.cpp.
References assert(), llvm::yaml::IO::mapRequired(), llvm::yaml::IO::outputting(), llvm::remarks::RemarkLocation::SourceColumn, llvm::remarks::RemarkLocation::SourceFilePath, and llvm::remarks::RemarkLocation::SourceLine.
Member Data Documentation
◆ flow
| const bool llvm::yaml::MappingTraits< RemarkLocation >::flow = true | static |
|---|
Definition at line 77 of file YAMLRemarkSerializer.cpp.
The documentation for this struct was generated from the following file:
- lib/Remarks/YAMLRemarkSerializer.cpp