Home
last modified time | relevance | path

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

/external/clang/include/clang/Lex/
DLiteralSupport.h181 bool isUTF32() const { return Kind == tok::utf32_char_constant; } in isUTF32() function
246 bool isUTF32() const { return Kind == tok::utf32_string_literal; } in isUTF32() function
/external/llvm-project/clang/include/clang/Lex/
DLiteralSupport.h196 bool isUTF32() const { return Kind == tok::utf32_char_constant; } in isUTF32() function
261 bool isUTF32() const { return Kind == tok::utf32_string_literal; } in isUTF32() function
/external/clang/include/clang/AST/
DExpr.h1561 bool isUTF32() const { return Kind == UTF32; } in isUTF32() function
/external/llvm-project/clang/include/clang/AST/
DExpr.h1878 bool isUTF32() const { return getKind() == UTF32; } in isUTF32() function
/external/llvm-project/clang/lib/Sema/
DSemaChecking.cpp7028 bool isUTF32() const { return FExpr->isUTF32(); } in isUTF32() function in __anone3e442a11111::FormatStringLiteral