|
LLVM
3.7.0
|
#include <StratifiedSets.h>
Public Member Functions | |
| StratifiedLink () | |
| bool | hasBelow () const |
| bool | hasAbove () const |
| void | clearBelow () |
| void | clearAbove () |
Public Attributes | |
| StratifiedIndex | Above |
| StratifiedIndex | Below |
| StratifiedAttrs | Attrs |
Static Public Attributes | |
| static const StratifiedIndex | SetSentinel |
Definition at line 51 of file StratifiedSets.h.
|
inline |
Definition at line 68 of file StratifiedSets.h.
|
inline |
Definition at line 74 of file StratifiedSets.h.
References Above, and SetSentinel.
|
inline |
Definition at line 73 of file StratifiedSets.h.
References Below, and SetSentinel.
|
inline |
Definition at line 71 of file StratifiedSets.h.
References Above, and SetSentinel.
|
inline |
Definition at line 70 of file StratifiedSets.h.
References Below, and SetSentinel.
| StratifiedIndex llvm::StratifiedLink::Above |
Definition at line 60 of file StratifiedSets.h.
Referenced by clearAbove(), and hasAbove().
| StratifiedAttrs llvm::StratifiedLink::Attrs |
Definition at line 66 of file StratifiedSets.h.
| StratifiedIndex llvm::StratifiedLink::Below |
Definition at line 63 of file StratifiedSets.h.
Referenced by clearBelow(), and hasBelow().
|
static |
Definition at line 57 of file StratifiedSets.h.
Referenced by clearAbove(), clearBelow(), llvm::StratifiedSetsBuilder< T >::getAttribute(), llvm::StratifiedSetsBuilder< T >::getRawAttribute(), hasAbove(), hasBelow(), and llvm::StratifiedSetsBuilder< T >::noteAttribute().
1.8.6