|
LLVM
4.0.0
|
A wrapper around unsigned which contains a source range that's being set during parsing. More...
#include <MIRYamlMapping.h>
Public Member Functions | |
| UnsignedValue () | |
| UnsignedValue (unsigned Value) | |
| bool | operator== (const UnsignedValue &Other) const |
Public Attributes | |
| unsigned | Value |
| SMRange | SourceRange |
A wrapper around unsigned which contains a source range that's being set during parsing.
Definition at line 89 of file MIRYamlMapping.h.
|
inline |
Definition at line 93 of file MIRYamlMapping.h.
|
inline |
Definition at line 94 of file MIRYamlMapping.h.
|
inline |
Definition at line 96 of file MIRYamlMapping.h.
References Value.
| SMRange llvm::yaml::UnsignedValue::SourceRange |
Definition at line 91 of file MIRYamlMapping.h.
Referenced by llvm::yaml::ScalarTraits< UnsignedValue >::input().
| unsigned llvm::yaml::UnsignedValue::Value |
Definition at line 90 of file MIRYamlMapping.h.
Referenced by llvm::yaml::ScalarTraits< UnsignedValue >::input(), operator==(), and llvm::yaml::ScalarTraits< UnsignedValue >::output().
1.8.6