Home
last modified time | relevance | path

Searched refs:IsSingleCodeUnitUTF8Codepoint (Results 1 – 4 of 4) sorted by relevance

/freebsd/contrib/llvm-project/llvm/include/llvm/Support/
H A DConvertUTF.h349 LLVM_ABI bool IsSingleCodeUnitUTF8Codepoint(unsigned);
/freebsd/contrib/llvm-project/llvm/lib/Support/
H A DConvertUTFWrapper.cpp306 bool IsSingleCodeUnitUTF8Codepoint(unsigned V) { return V <= 0x7F; } in IsSingleCodeUnitUTF8Codepoint() function
/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DSemaChecking.cpp12038 return llvm::IsSingleCodeUnitUTF8Codepoint(Value.getExtValue()); in DiagnoseMixedUnicodeImplicitConversion()
H A DSemaExpr.cpp1577 return llvm::IsSingleCodeUnitUTF8Codepoint(Value.getExtValue()); in CheckUnicodeArithmeticConversions()