Home
last modified time | relevance | path

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

/freebsd-src/contrib/llvm-project/clang/include/clang/Lex/
H A DLiteralSupport.h212 bool isUTF8() const { return Kind == tok::utf8_char_constant; } isUTF8() function
285 bool isUTF8() const { return Kind == tok::utf8_string_literal; } isUTF8() function
/freebsd-src/contrib/llvm-project/llvm/lib/Support/
H A DJSON.cpp697 bool isUTF8(llvm::StringRef S, size_t *ErrOffset) { isUTF8() function
/freebsd-src/contrib/llvm-project/clang/include/clang/AST/
H A DExpr.h1876 bool isUTF8() const { return getKind() == StringLiteralKind::UTF8; } isUTF8() function
/freebsd-src/contrib/llvm-project/clang/lib/Sema/
H A DSemaChecking.cpp10417 bool isUTF8() const { return FExpr->isUTF8(); } isUTF8() function in __anon6690ba031e11::FormatStringLiteral