Home
last modified time | relevance | path

Searched refs:FormatDiagnostic (Results 1 – 12 of 12) sorted by relevance

/freebsd-14.2/contrib/llvm-project/clang/lib/Basic/
H A DDiagnostic.cpp628 DInfo.FormatDiagnostic(Argument, EndPtr, OutStr); in HandleSelectModifier()
768 DInfo.FormatDiagnostic(Argument, ExprEnd, OutStr); in HandlePluralModifier()
791 FormatDiagnostic(SmallVectorImpl<char> &OutStr) const { in FormatDiagnostic() function in Diagnostic
800 FormatDiagnostic(Diag.begin(), Diag.end(), OutStr); in FormatDiagnostic()
951 FormatDiagnostic(Argument, FirstDollar, OutStr); in FormatDiagnostic()
952 FormatDiagnostic(ArgStr1, ArgStr1 + 2, OutStr); in FormatDiagnostic()
954 FormatDiagnostic(ArgStr2, ArgStr2 + 2, OutStr); in FormatDiagnostic()
955 FormatDiagnostic(SecondDollar + 1, Pipe, OutStr); in FormatDiagnostic()
1103 FormatDiagnostic(Argument, FirstDollar, OutStr); in FormatDiagnostic()
1132 FormatDiagnostic(SecondDollar + 1, Pipe, OutStr); in FormatDiagnostic()
[all …]
/freebsd-14.2/contrib/llvm-project/clang/lib/Frontend/
H A DSARIFDiagnosticPrinter.cpp61 Info.FormatDiagnostic(OutStr); in HandleDiagnostic()
H A DTextDiagnosticBuffer.cpp29 Info.FormatDiagnostic(Buf); in HandleDiagnostic()
H A DTextDiagnosticPrinter.cpp117 Info.FormatDiagnostic(OutStr); in HandleDiagnostic()
H A DLogDiagnosticPrinter.cpp136 Info.FormatDiagnostic(MessageStr); in HandleDiagnostic()
H A DSerializedDiagnosticPrinter.cpp575 Info.FormatDiagnostic(diagnostic); in HandleDiagnostic()
595 Info.FormatDiagnostic(State->diagBuf); in HandleDiagnostic()
/freebsd-14.2/contrib/llvm-project/clang/include/clang/Basic/
H A DPartialDiagnostic.h173 Diagnostic(&Diags).FormatDiagnostic(Buf); in EmitToString()
H A DDiagnostic.h1683 void FormatDiagnostic(SmallVectorImpl<char> &OutStr) const;
1687 void FormatDiagnostic(const char *DiagStr, const char *DiagEnd,
/freebsd-14.2/contrib/llvm-project/clang/lib/Format/
H A DTokenAnalyzer.cpp47 Info.FormatDiagnostic(Message); in HandleDiagnostic()
/freebsd-14.2/contrib/llvm-project/clang/tools/clang-format/
H A DClangFormat.cpp396 Info.FormatDiagnostic(vec); in HandleDiagnostic()
/freebsd-14.2/contrib/llvm-project/lldb/source/Plugins/ExpressionParser/Clang/
H A DClangExpressionParser.cpp194 Info.FormatDiagnostic(diag_str); in HandleDiagnostic()
/freebsd-14.2/contrib/llvm-project/lldb/source/Plugins/TypeSystem/Clang/
H A DTypeSystemClang.cpp710 info.FormatDiagnostic(diag_str); in HandleDiagnostic()