Home
last modified time | relevance | path

Searched defs:isUTF16 (Results 1 – 4 of 4) sorted by relevance

/freebsd-14-stable/contrib/llvm-project/clang/include/clang/Lex/
HDLiteralSupport.h212 bool isUTF16() const { return Kind == tok::utf16_char_constant; } in isUTF16() function
285 bool isUTF16() const { return Kind == tok::utf16_string_literal; } in isUTF16() function
/freebsd-14-stable/contrib/llvm-project/clang/lib/CodeGen/
HDCodeGenModule.cpp6205 bool isUTF16 = false; in GetAddrOfConstantCFString() local
/freebsd-14-stable/contrib/llvm-project/clang/include/clang/AST/
HDExpr.h1905 bool isUTF16() const { return getKind() == StringLiteralKind::UTF16; } in isUTF16() function
/freebsd-14-stable/contrib/llvm-project/clang/lib/Sema/
HDSemaChecking.cpp5619 bool isUTF16() const { return FExpr->isUTF16(); } in isUTF16() function in __anon06dbb0cb1a11::FormatStringLiteral