clang API Documentation
#include <CodeGenModule.h>
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 93 of file CodeGenModule.h.
clang::CodeGen::OrderGlobalInits::OrderGlobalInits | ( | unsigned int | p, |
unsigned int | l | ||
) | [inline] |
Definition at line 96 of file CodeGenModule.h.
bool clang::CodeGen::OrderGlobalInits::operator< | ( | const OrderGlobalInits & | RHS | ) | const [inline] |
Definition at line 103 of file CodeGenModule.h.
bool clang::CodeGen::OrderGlobalInits::operator== | ( | const OrderGlobalInits & | RHS | ) | const [inline] |
Definition at line 99 of file CodeGenModule.h.
Definition at line 95 of file CodeGenModule.h.
Referenced by operator<(), and operator==().
Definition at line 94 of file CodeGenModule.h.
Referenced by operator<(), and operator==().