|
LLVM
3.7.0
|
Go to the source code of this file.
Macros | |
| #define | CASE_OUTPUT_ENUM_CLASS_STR(Class, Value, Str, Stream) |
| #define | CASE_OUTPUT_ENUM_CLASS_NAME(Class, Value, Stream) CASE_OUTPUT_ENUM_CLASS_STR(Class, Value, #Value, Stream) |
| #define CASE_OUTPUT_ENUM_CLASS_NAME | ( | Class, | |
| Value, | |||
| Stream | |||
| ) | CASE_OUTPUT_ENUM_CLASS_STR(Class, Value, #Value, Stream) |
Definition at line 21 of file PDBExtras.cpp.
Referenced by llvm::operator<<().
| #define CASE_OUTPUT_ENUM_CLASS_STR | ( | Class, | |
| Value, | |||
| Str, | |||
| Stream | |||
| ) |
Definition at line 16 of file PDBExtras.cpp.
Referenced by llvm::operator<<().
1.8.6