Searched defs:isUTF8 (Results 1 - 3 of 3) sorted by relevance

/freebsd-12-stable/contrib/llvm-project/llvm/lib/Support/
H A DJSON.cpp532 bool isUTF8(llvm::StringRef S, size_t *ErrOffset) { function in namespace:llvm::json
/freebsd-12-stable/contrib/llvm-project/clang/include/clang/Lex/
H A DLiteralSupport.h190 bool isUTF8() const { return Kind == tok::utf8_char_constant; } function in class:clang::CharLiteralParser
255 bool isUTF8() const { return Kind == tok::utf8_string_literal; } function in class:clang::StringLiteralParser
/freebsd-12-stable/contrib/llvm-project/clang/lib/Sema/
H A DSemaChecking.cpp6874 bool isUTF8() const { return FExpr->isUTF8(); } function in class:__anon3148::FormatStringLiteral

Completed in 204 milliseconds