OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:isUTF16
(Results
1 - 6
of
6
) sorted by relevancy
/src/external/apache2/llvm/dist/clang/include/clang/Lex/
LiteralSupport.h
196
bool
isUTF16
() const { return Kind == tok::utf16_char_constant; }
261
bool
isUTF16
() const { return Kind == tok::utf16_string_literal; }
/src/external/apache2/llvm/dist/clang/lib/Lex/
PPExpressions.cpp
389
else if (Literal.
isUTF16
())
403
else if (!Literal.
isUTF16
() && !Literal.isUTF32())
/src/external/apache2/llvm/dist/clang/lib/CodeGen/
CodeGenModule.cpp
4996
bool &
IsUTF16
, unsigned &StringLength) {
5007
IsUTF16
= true;
5030
bool
isUTF16
= false;
5033
getDataLayout().isLittleEndian(),
isUTF16
,
5129
Fields.addInt(Int64Ty,
isUTF16
? 0x07d0 : 0x07c8);
5131
Fields.addInt(IntTy,
isUTF16
? 0x07d0 : 0x07C8);
5136
if (
isUTF16
) {
5153
CharUnits Align =
isUTF16
? Context.getTypeAlignInChars(Context.ShortTy)
5161
GV->setSection(
isUTF16
? "__TEXT,__ustring"
5172
if (
isUTF16
)
[
all
...]
/src/external/apache2/llvm/dist/clang/lib/Sema/
SemaChecking.cpp
7230
bool
isUTF16
() const { return FExpr->
isUTF16
(); }
SemaExpr.cpp
1810
} else if (Literal.
isUTF16
()) {
3543
else if (Literal.
isUTF16
())
3555
else if (Literal.
isUTF16
())
/src/external/apache2/llvm/dist/clang/include/clang/AST/
Expr.h
1879
bool
isUTF16
() const { return getKind() == UTF16; }
Completed in 75 milliseconds
Indexes created Mon Jun 08 00:24:58 UTC 2026