LLVM
22.0.0git
include
llvm
Support
Locale.h
Go to the documentation of this file.
1
#ifndef LLVM_SUPPORT_LOCALE_H
2
#define LLVM_SUPPORT_LOCALE_H
3
4
#include "
llvm/Support/Compiler.h
"
5
6
namespace
llvm
{
7
class
StringRef
;
8
9
namespace
sys
{
10
namespace
locale
{
11
12
LLVM_ABI
int
columnWidth
(
StringRef
s);
13
LLVM_ABI
bool
isPrint
(
int
c);
14
}
15
}
16
}
17
18
#endif
// LLVM_SUPPORT_LOCALE_H
Compiler.h
LLVM_ABI
#define LLVM_ABI
Definition
Compiler.h:213
llvm::StringRef
StringRef - Represent a constant reference to a string, i.e.
Definition
StringRef.h:55
llvm::sys::locale
Definition
Locale.h:10
llvm::sys::locale::columnWidth
LLVM_ABI int columnWidth(StringRef s)
Definition
Locale.cpp:9
llvm::sys::locale::isPrint
LLVM_ABI bool isPrint(int c)
Definition
Locale.cpp:13
llvm::sys
Definition
Atomic.h:29
llvm
This is an optimization pass for GlobalISel generic memory operations.
Definition
Types.h:26
Generated on
for LLVM by
1.14.0