LLVM API Documentation
#include <TypeInfo.h>
Collaboration diagram for llvm::TypeInfo:

Public Member Functions | |
| TypeInfo () | |
| TypeInfo (const std::type_info &ti) | |
| const std::type_info & | get () const |
| bool | before (const TypeInfo &rhs) const |
| const char * | getClassName () const |
Definition at line 23 of file TypeInfo.h.
| llvm::TypeInfo::TypeInfo | ( | ) | [inline] |
Definition at line 24 of file TypeInfo.h.
| llvm::TypeInfo::TypeInfo | ( | const std::type_info & | ti | ) | [inline] |
Definition at line 29 of file TypeInfo.h.
| const std::type_info& llvm::TypeInfo::get | ( | ) | const [inline] |
| bool llvm::TypeInfo::before | ( | const TypeInfo & | rhs | ) | const [inline] |
| const char* llvm::TypeInfo::getClassName | ( | ) | const [inline] |
Definition at line 41 of file TypeInfo.h.