Searched defs:isUTF32 (Results 1 - 2 of 2) sorted by relevance

/freebsd-13-stable/contrib/llvm-project/clang/include/clang/Lex/
H A DLiteralSupport.h196 bool isUTF32() const { return Kind == tok::utf32_char_constant; } function in class:clang::CharLiteralParser
261 bool isUTF32() const { return Kind == tok::utf32_string_literal; } function in class:clang::StringLiteralParser
/freebsd-13-stable/contrib/llvm-project/clang/lib/Sema/
H A DSemaChecking.cpp6751 bool isUTF32() const { return FExpr->isUTF32(); } function in class:__anon2022::FormatStringLiteral

Completed in 86 milliseconds