Searched defs:isUTF32 (Results 1 – 3 of 3) sorted by relevance
/freebsd-src/contrib/llvm-project/clang/include/clang/Lex/ | ||
H A D | LiteralSupport.h | 214 bool isUTF32() const { return Kind == tok::utf32_char_constant; } isUTF32() function |
/freebsd-src/contrib/llvm-project/clang/include/clang/AST/ | ||
H A D | Expr.h | 1878 bool isUTF32() const { return getKind() == StringLiteralKind::UTF32; } isUTF32() function |
/freebsd-src/contrib/llvm-project/clang/lib/Sema/ | ||
H A D | SemaChecking.cpp | 10419 bool isUTF32() const { return FExpr->isUTF32(); } isUTF32() function in __anon6690ba031e11::FormatStringLiteral |