clang API Documentation

Public Attributes
clang::driver::OptTable::Info Struct Reference

Info - Entry for a single option instance in the option data table. More...

#include <OptTable.h>

Collaboration diagram for clang::driver::OptTable::Info:
Collaboration graph
[legend]

List of all members.

Public Attributes

const char * Name
const char * HelpText
const char * MetaVar
unsigned char Kind
unsigned char Param
unsigned short Flags
unsigned short GroupID
unsigned short AliasID

Detailed Description

Info - Entry for a single option instance in the option data table.

Definition at line 47 of file OptTable.h.


Member Data Documentation

Definition at line 55 of file OptTable.h.

Definition at line 53 of file OptTable.h.

Definition at line 54 of file OptTable.h.

Definition at line 49 of file OptTable.h.

Definition at line 51 of file OptTable.h.

Referenced by clang::driver::operator<(), and clang::driver::OptTable::OptTable().

Definition at line 50 of file OptTable.h.

Definition at line 48 of file OptTable.h.

Referenced by clang::driver::operator<(), and clang::driver::OptTable::ParseOneArg().

Definition at line 52 of file OptTable.h.


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