Home
last modified time | relevance | path

Searched defs:isUTF32 (Results 1 – 3 of 3) sorted by relevance

/freebsd-src/contrib/llvm-project/clang/include/clang/Lex/
H A DLiteralSupport.h214 bool isUTF32() const { return Kind == tok::utf32_char_constant; } isUTF32() function
287 bool isUTF32() const { return Kind == tok::utf32_string_literal; } isUTF32() function
/freebsd-src/contrib/llvm-project/clang/include/clang/AST/
H A DExpr.h1878 bool isUTF32() const { return getKind() == StringLiteralKind::UTF32; } isUTF32() function
/freebsd-src/contrib/llvm-project/clang/lib/Sema/
H A DSemaChecking.cpp10419 bool isUTF32() const { return FExpr->isUTF32(); } isUTF32() function in __anon6690ba031e11::FormatStringLiteral