|
clang
5.0.0
|
Public Member Functions | |
| OrderGlobalInits (unsigned int p, unsigned int l) | |
| bool | operator== (const OrderGlobalInits &RHS) const |
| bool | operator< (const OrderGlobalInits &RHS) const |
Public Attributes | |
| unsigned int | priority |
| unsigned int | lex_order |
Definition at line 103 of file CodeGenModule.h.
Definition at line 106 of file CodeGenModule.h.
|
inline |
Definition at line 113 of file CodeGenModule.h.
|
inline |
Definition at line 109 of file CodeGenModule.h.
| unsigned int clang::CodeGen::OrderGlobalInits::lex_order |
Definition at line 105 of file CodeGenModule.h.
Referenced by operator<(), and operator==().
| unsigned int clang::CodeGen::OrderGlobalInits::priority |
Definition at line 104 of file CodeGenModule.h.
Referenced by operator<(), and operator==().
1.8.6