Home
last modified time | relevance | path

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

/openbsd/gnu/llvm/clang/include/clang/Lex/
H A DLiteralSupport.h203 bool isUTF8() const { return Kind == tok::utf8_char_constant; } in isUTF8() function
268 bool isUTF8() const { return Kind == tok::utf8_string_literal; } in isUTF8() function
/openbsd/gnu/llvm/llvm/lib/Support/
H A DJSON.cpp695 bool isUTF8(llvm::StringRef S, size_t *ErrOffset) { in isUTF8() function
/openbsd/gnu/llvm/clang/include/clang/AST/
H A DExpr.h1899 bool isUTF8() const { return getKind() == UTF8; } in isUTF8() function
/openbsd/gnu/llvm/clang/lib/Sema/
H A DSemaChecking.cpp8688 bool isUTF8() const { return FExpr->isUTF8(); } in isUTF8() function in __anon3d5b5bfe1c11::FormatStringLiteral