Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/clang/include/clang/Lex/
H A 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
/netbsd-src/external/apache2/llvm/dist/clang/include/clang/AST/
H A DExpr.h1880 bool isUTF32() const { return getKind() == UTF32; } in isUTF32() function
/netbsd-src/external/apache2/llvm/dist/clang/lib/Sema/
H A DSemaChecking.cpp7231 bool isUTF32() const { return FExpr->isUTF32(); } in isUTF32() function in __anon7fa672bc1311::FormatStringLiteral