Searched defs:isUTF16 (Results 1 – 4 of 4) sorted by relevance
/freebsd-src/contrib/llvm-project/clang/include/clang/Lex/ | ||
H A D | LiteralSupport.h | 213 bool isUTF16() const { return Kind == tok::utf16_char_constant; } isUTF16() function |
/freebsd-src/contrib/llvm-project/clang/lib/CodeGen/ | ||
H A D | CodeGenModule.cpp | 6053 bool isUTF16 = false; GetAddrOfConstantCFString() local |
/freebsd-src/contrib/llvm-project/clang/include/clang/AST/ | ||
H A D | Expr.h | 1877 bool isUTF16() const { return getKind() == StringLiteralKind::UTF16; } isUTF16() function |
/freebsd-src/contrib/llvm-project/clang/lib/Sema/ | ||
H A D | SemaChecking.cpp | 10418 bool isUTF16() const { return FExpr->isUTF16(); } isUTF16() function in __anon6690ba031e11::FormatStringLiteral |