Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/include/clang/Lex/
H A DLiteralSupport.h213 bool isUTF32() const { return Kind == tok::utf32_char_constant; } in isUTF32() function
286 bool isUTF32() const { return Kind == tok::utf32_string_literal; } in isUTF32() function
/freebsd/contrib/llvm-project/clang/include/clang/AST/
H A DExpr.h1906 bool isUTF32() const { return getKind() == StringLiteralKind::UTF32; } in isUTF32() function
/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DSemaChecking.cpp5620 bool isUTF32() const { return FExpr->isUTF32(); } in isUTF32() function in __anon28c3fbb11a11::FormatStringLiteral