Public Attributes | |
const Twine * | twine |
const char * | cString |
const std::string * | stdString |
const StringRef * | stringRef |
char | character |
unsigned int | decUI |
int | decI |
const unsigned long * | decUL |
const long * | decL |
const unsigned long long * | decULL |
const long long * | decLL |
const uint64_t * | uHex |
const char* llvm::Twine::Child::cString |
const long* llvm::Twine::Child::decL |
const long long* llvm::Twine::Child::decLL |
unsigned int llvm::Twine::Child::decUI |
const unsigned long* llvm::Twine::Child::decUL |
const unsigned long long* llvm::Twine::Child::decULL |
const std::string* llvm::Twine::Child::stdString |
const Twine* llvm::Twine::Child::twine |
const uint64_t* llvm::Twine::Child::uHex |