Searched refs:FormatUTFCodeUnitAsCodepoint (Results 1 – 4 of 4) sorted by relevance
42 std::string FormatUTFCodeUnitAsCodepoint(unsigned Value, QualType T);
2218 std::string clang::FormatUTFCodeUnitAsCodepoint(unsigned Value, QualType T) { in FormatUTFCodeUnitAsCodepoint() function in clang
1620 << FormatUTFCodeUnitAsCodepoint(LHSValue.getExtValue(), LHSType) in CheckUnicodeArithmeticConversions()1621 << FormatUTFCodeUnitAsCodepoint(RHSValue.getExtValue(), RHSType); in CheckUnicodeArithmeticConversions()
12048 << FormatUTFCodeUnitAsCodepoint(Value.getExtValue(), E->getType()); in DiagnoseMixedUnicodeImplicitConversion()