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