Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/include/clang/AST/
H A DASTDiagnostic.h42 std::string FormatUTFCodeUnitAsCodepoint(unsigned Value, QualType T);
/freebsd/contrib/llvm-project/clang/lib/AST/
H A DASTDiagnostic.cpp2218 std::string clang::FormatUTFCodeUnitAsCodepoint(unsigned Value, QualType T) { in FormatUTFCodeUnitAsCodepoint() function in clang
/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DSemaExpr.cpp1620 << FormatUTFCodeUnitAsCodepoint(LHSValue.getExtValue(), LHSType) in CheckUnicodeArithmeticConversions()
1621 << FormatUTFCodeUnitAsCodepoint(RHSValue.getExtValue(), RHSType); in CheckUnicodeArithmeticConversions()
H A DSemaChecking.cpp12048 << FormatUTFCodeUnitAsCodepoint(Value.getExtValue(), E->getType()); in DiagnoseMixedUnicodeImplicitConversion()