Details |
Last modification |
View Log
| RSS feed
Rev |
Author |
Line No. |
Line |
14 |
pmbaty |
1 |
#ifndef LLVM_SUPPORT_LOCALE_H |
|
|
2 |
#define LLVM_SUPPORT_LOCALE_H |
|
|
3 |
|
|
|
4 |
namespace llvm { |
|
|
5 |
class StringRef; |
|
|
6 |
|
|
|
7 |
namespace sys { |
|
|
8 |
namespace locale { |
|
|
9 |
|
|
|
10 |
int columnWidth(StringRef s); |
|
|
11 |
bool isPrint(int c); |
|
|
12 |
|
|
|
13 |
} |
|
|
14 |
} |
|
|
15 |
} |
|
|
16 |
|
|
|
17 |
#endif // LLVM_SUPPORT_LOCALE_H |