LLVM API Documentation

Main Page | Namespace List | Class Hierarchy | Alphabetical List | Class List | Directories | File List | Namespace Members | Class Members | File Members | Related Pages

llvm::ArgListEntry Struct Reference

#include <ParserInternals.h>

Collaboration diagram for llvm::ArgListEntry:

Collaboration graph
[legend]
List of all members.

Public Attributes

ParameterAttributes Attrs
llvm::PATypeHolderTy
std::string * Name

Member Data Documentation

ParameterAttributes llvm::ArgListEntry::Attrs
 

Definition at line 241 of file ParserInternals.h.

std::string* llvm::ArgListEntry::Name
 

Definition at line 243 of file ParserInternals.h.

llvm::PATypeHolder* llvm::ArgListEntry::Ty
 

Definition at line 242 of file ParserInternals.h.


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


This web site is hosted by the Computer Science Department at the University of Illinois at Urbana-Champaign.