comma::Pragma Class Reference
#include <Pragma.h>
List of all members.
Detailed Description
Definition at line 28 of file Pragma.h.
Constructor & Destructor Documentation
virtual comma::Pragma::~Pragma |
( |
|
) |
[inline, virtual] |
comma::Pragma::Pragma |
( |
|
) |
[inline, protected] |
Default pragma constructor is used to support the generation of llvm::iplist sentinal nodes. Such default constructed pragma nodes are invalid.
Definition at line 60 of file Pragma.h.
Member Function Documentation
static bool comma::Pragma::classof |
( |
const Pragma * |
pragma |
) |
[inline, static] |
Location comma::Pragma::getLocation |
( |
|
) |
const [inline] |
const Pragma* comma::Pragma::getNext |
( |
|
) |
const [inline] |
Pramas may be tied together into doubly linked list structures if needed using the following methods.
Definition at line 43 of file Pragma.h.
Pragma* comma::Pragma::getNext |
( |
|
) |
[inline] |
Pramas may be tied together into doubly linked list structures if needed using the following methods.
Definition at line 40 of file Pragma.h.
const Pragma* comma::Pragma::getPrev |
( |
|
) |
const [inline] |
Pramas may be tied together into doubly linked list structures if needed using the following methods.
Definition at line 44 of file Pragma.h.
Pragma* comma::Pragma::getPrev |
( |
|
) |
[inline] |
Pramas may be tied together into doubly linked list structures if needed using the following methods.
Definition at line 41 of file Pragma.h.
void comma::Pragma::setNext |
( |
Pragma * |
P |
) |
[inline] |
Pramas may be tied together into doubly linked list structures if needed using the following methods.
Definition at line 46 of file Pragma.h.
void comma::Pragma::setPrev |
( |
Pragma * |
P |
) |
[inline] |
Pramas may be tied together into doubly linked list structures if needed using the following methods.
Definition at line 47 of file Pragma.h.
Friends And Related Function Documentation
friend class llvm::ilist_sentinel_traits< Pragma > [friend] |
Member Data Documentation
The documentation for this class was generated from the following file: