Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/include/clang/Lex/
H A DLiteralSupport.h211 bool isUTF8() const { return Kind == tok::utf8_char_constant; } in isUTF8() function
284 bool isUTF8() const { return Kind == tok::utf8_string_literal; } in isUTF8() function
/freebsd/contrib/llvm-project/llvm/lib/Support/
H A DJSON.cpp693 bool isUTF8(llvm::StringRef S, size_t *ErrOffset) { in isUTF8() function
/freebsd/contrib/llvm-project/clang/include/clang/AST/
H A DExpr.h1904 bool isUTF8() const { return getKind() == StringLiteralKind::UTF8; } in isUTF8() function
/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DSemaChecking.cpp5618 bool isUTF8() const { return FExpr->isUTF8(); } in isUTF8() function in __anon28c3fbb11a11::FormatStringLiteral