LLVM  4.0.0
Public Member Functions | Public Attributes | List of all members
llvm::InlineAsmIdentifierInfo Class Reference

#include <MCAsmParser.h>

Collaboration diagram for llvm::InlineAsmIdentifierInfo:
[legend]

Public Member Functions

void clear ()
 

Public Attributes

void * OpDecl
 
bool IsVarDecl
 
unsigned Length
 
unsigned Size
 
unsigned Type
 

Detailed Description

Definition at line 35 of file MCAsmParser.h.

Member Function Documentation

void llvm::InlineAsmIdentifierInfo::clear ( )
inline

Definition at line 41 of file MCAsmParser.h.

References IsVarDecl, Length, OpDecl, and Size.

Member Data Documentation

bool llvm::InlineAsmIdentifierInfo::IsVarDecl

Definition at line 38 of file MCAsmParser.h.

Referenced by clear().

unsigned llvm::InlineAsmIdentifierInfo::Length

Definition at line 39 of file MCAsmParser.h.

Referenced by clear().

void* llvm::InlineAsmIdentifierInfo::OpDecl

Definition at line 37 of file MCAsmParser.h.

Referenced by clear().

unsigned llvm::InlineAsmIdentifierInfo::Size

Definition at line 39 of file MCAsmParser.h.

Referenced by clear().

unsigned llvm::InlineAsmIdentifierInfo::Type

Definition at line 39 of file MCAsmParser.h.


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