clang API Documentation

Public Member Functions | Public Attributes
clang::CXX0XAttributeList Struct Reference

#include <AttributeList.h>

Collaboration diagram for clang::CXX0XAttributeList:
Collaboration graph
[legend]

List of all members.

Public Member Functions

 CXX0XAttributeList (AttributeList *attrList, SourceRange range, bool hasAttr)
 CXX0XAttributeList ()

Public Attributes

AttributeListAttrList
SourceRange Range
bool HasAttr

Detailed Description

CXX0XAttributeList - A wrapper around a C++0x attribute list. Stores, in addition to the list proper, whether or not an actual list was (as opposed to an empty list, which may be ill-formed in some places) and the source range of the list.

Definition at line 429 of file AttributeList.h.


Constructor & Destructor Documentation

clang::CXX0XAttributeList::CXX0XAttributeList ( AttributeList attrList,
SourceRange  range,
bool  hasAttr 
) [inline]

Definition at line 433 of file AttributeList.h.

clang::CXX0XAttributeList::CXX0XAttributeList ( ) [inline]

Definition at line 436 of file AttributeList.h.


Member Data Documentation

Definition at line 430 of file AttributeList.h.

Definition at line 432 of file AttributeList.h.

Definition at line 431 of file AttributeList.h.


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