clang API Documentation
#include <AttributeList.h>

Public Member Functions | |
| CXX0XAttributeList (AttributeList *attrList, SourceRange range, bool hasAttr) | |
| CXX0XAttributeList () | |
Public Attributes | |
| AttributeList * | AttrList |
| SourceRange | Range |
| bool | HasAttr |
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.
| 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.
Definition at line 430 of file AttributeList.h.
Definition at line 432 of file AttributeList.h.
Definition at line 431 of file AttributeList.h.