Home
last modified time | relevance | path

Searched defs:isUTF32 (Results 1 – 2 of 2) 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/clang/include/clang/AST/
DExpr.h1561 bool isUTF32() const { return Kind == UTF32; } in isUTF32() function