Home
last modified time | relevance | path

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

/freebsd-src/contrib/llvm-project/clang/include/clang/Lex/
H A DLiteralSupport.h213 bool isUTF16() const { return Kind == tok::utf16_char_constant; } isUTF16() function
286 bool isUTF16() const { return Kind == tok::utf16_string_literal; } isUTF16() function
/freebsd-src/contrib/llvm-project/clang/lib/CodeGen/
H A DCodeGenModule.cpp6053 bool isUTF16 = false; GetAddrOfConstantCFString() local
/freebsd-src/contrib/llvm-project/clang/include/clang/AST/
H A DExpr.h1877 bool isUTF16() const { return getKind() == StringLiteralKind::UTF16; } isUTF16() function
/freebsd-src/contrib/llvm-project/clang/lib/Sema/
H A DSemaChecking.cpp10418 bool isUTF16() const { return FExpr->isUTF16(); } isUTF16() function in __anon6690ba031e11::FormatStringLiteral