Back to home page

EIC code displayed by LXR

 
 

    


File indexing completed on 2026-05-10 08:44:32

0001 #ifndef LLVM_SUPPORT_LOCALE_H
0002 #define LLVM_SUPPORT_LOCALE_H
0003 
0004 namespace llvm {
0005 class StringRef;
0006 
0007 namespace sys {
0008 namespace locale {
0009 
0010 int columnWidth(StringRef s);
0011 bool isPrint(int c);
0012 
0013 }
0014 }
0015 }
0016 
0017 #endif // LLVM_SUPPORT_LOCALE_H