LLVM  4.0.0
Public Attributes | List of all members
llvm::MCAsmParser::MCPendingError Struct Reference

#include <MCAsmParser.h>

Collaboration diagram for llvm::MCAsmParser::MCPendingError:
[legend]

Public Attributes

SMLoc Loc
 
SmallString< 64 > Msg
 
SMRange Range
 

Detailed Description

Definition at line 72 of file MCAsmParser.h.

Member Data Documentation

SMLoc llvm::MCAsmParser::MCPendingError::Loc

Definition at line 73 of file MCAsmParser.h.

Referenced by llvm::MCAsmParser::Error().

SmallString<64> llvm::MCAsmParser::MCPendingError::Msg

Definition at line 74 of file MCAsmParser.h.

Referenced by llvm::MCAsmParser::Error().

SMRange llvm::MCAsmParser::MCPendingError::Range

Definition at line 75 of file MCAsmParser.h.

Referenced by llvm::MCAsmParser::Error().


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