LLVM  4.0.0
Public Member Functions | Public Attributes | List of all members
llvm::yaml::UnsignedValue Struct Reference

A wrapper around unsigned which contains a source range that's being set during parsing. More...

#include <MIRYamlMapping.h>

Collaboration diagram for llvm::yaml::UnsignedValue:
[legend]

Public Member Functions

 UnsignedValue ()
 
 UnsignedValue (unsigned Value)
 
bool operator== (const UnsignedValue &Other) const
 

Public Attributes

unsigned Value
 
SMRange SourceRange
 

Detailed Description

A wrapper around unsigned which contains a source range that's being set during parsing.

Definition at line 89 of file MIRYamlMapping.h.

Constructor & Destructor Documentation

llvm::yaml::UnsignedValue::UnsignedValue ( )
inline

Definition at line 93 of file MIRYamlMapping.h.

llvm::yaml::UnsignedValue::UnsignedValue ( unsigned  Value)
inline

Definition at line 94 of file MIRYamlMapping.h.

Member Function Documentation

bool llvm::yaml::UnsignedValue::operator== ( const UnsignedValue Other) const
inline

Definition at line 96 of file MIRYamlMapping.h.

References Value.

Member Data Documentation

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

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