Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/clang/include/clang/Lex/
H A DLiteralSupport.h195 bool isUTF8() const { return Kind == tok::utf8_char_constant; } in isUTF8() function
260 bool isUTF8() const { return Kind == tok::utf8_string_literal; } in isUTF8() function
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Support/
H A DJSON.cpp678 bool isUTF8(llvm::StringRef S, size_t *ErrOffset) { in isUTF8() function
/netbsd-src/external/apache2/llvm/dist/clang/include/clang/AST/
H A DExpr.h1878 bool isUTF8() const { return getKind() == UTF8; } in isUTF8() function
/netbsd-src/external/apache2/llvm/dist/clang/lib/Sema/
H A DSemaChecking.cpp7229 bool isUTF8() const { return FExpr->isUTF8(); } in isUTF8() function in __anon7fa672bc1311::FormatStringLiteral