Home
last modified time | relevance | path

Searched defs:isUTF8 (Results 1 – 2 of 2) sorted by relevance

/minix3/external/bsd/llvm/dist/clang/include/clang/Lex/
H A DLiteralSupport.h233 bool isUTF8() const { return Kind == tok::utf8_string_literal; } in isUTF8() function
/minix3/external/bsd/llvm/dist/clang/include/clang/AST/
H A DExpr.h1564 bool isUTF8() const { return Kind == UTF8; } in isUTF8() function