|
LLVM
8.0.1
|
A wrapper around unsigned which contains a source range that's being set during parsing. More...
#include "llvm/CodeGen/MIRYamlMapping.h"

Public Member Functions | |
| UnsignedValue ()=default | |
| UnsignedValue (unsigned Value) | |
| bool | operator== (const UnsignedValue &Other) const |
Public Attributes | |
| unsigned | Value = 0 |
| SMRange | SourceRange |
A wrapper around unsigned which contains a source range that's being set during parsing.
Definition at line 99 of file MIRYamlMapping.h.
|
default |
|
inline |
Definition at line 104 of file MIRYamlMapping.h.
|
inline |
Definition at line 106 of file MIRYamlMapping.h.
References Value.
| SMRange llvm::yaml::UnsignedValue::SourceRange |
Definition at line 101 of file MIRYamlMapping.h.
Referenced by llvm::yaml::ScalarTraits< UnsignedValue >::input().
| unsigned llvm::yaml::UnsignedValue::Value = 0 |
Definition at line 100 of file MIRYamlMapping.h.
Referenced by llvm::yaml::ScalarTraits< UnsignedValue >::input(), operator==(), and llvm::yaml::ScalarTraits< UnsignedValue >::output().
1.8.13