Home
last modified time | relevance | path

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

/freebsd-12-stable/contrib/llvm-project/clang/include/clang/Lex/
DLiteralSupport.h197 bool isUTF32() const { return Kind == tok::utf32_char_constant; } in isUTF32() function
262 bool isUTF32() const { return Kind == tok::utf32_string_literal; } in isUTF32() function
/freebsd-12-stable/contrib/llvm-project/clang/include/clang/AST/
DExpr.h1877 bool isUTF32() const { return getKind() == UTF32; } in isUTF32() function
/freebsd-12-stable/contrib/llvm-project/clang/lib/Sema/
DSemaChecking.cpp7503 bool isUTF32() const { return FExpr->isUTF32(); } in isUTF32() function in __anon469851c91211::FormatStringLiteral