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

#include "llvm/MC/MCParser/MCAsmParser.h"

Public Attributes

SMLoc Loc
 
SmallString< 64 > Msg
 
SMRange Range
 

Detailed Description

Definition at line 129 of file MCAsmParser.h.

Member Data Documentation

◆ Loc

SMLoc llvm::MCAsmParser::MCPendingError::Loc

Definition at line 130 of file MCAsmParser.h.

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

◆ Msg

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

Definition at line 131 of file MCAsmParser.h.

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

◆ Range

SMRange llvm::MCAsmParser::MCPendingError::Range

Definition at line 132 of file MCAsmParser.h.

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


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