Searched refs:FormatDiagnostic (Results 1 – 9 of 9) sorted by relevance
/freebsd/contrib/llvm-project/clang/lib/Basic/ |
H A D | Diagnostic.cpp | 629 DInfo.FormatDiagnostic(Argument, EndPtr, OutStr); in HandleSelectModifier() 769 DInfo.FormatDiagnostic(Argument, ExprEnd, OutStr); in HandlePluralModifier() 792 FormatDiagnostic(SmallVectorImpl<char> &OutStr) const { in FormatDiagnostic() function in Diagnostic 801 FormatDiagnostic(Diag.begin(), Diag.end(), OutStr); in FormatDiagnostic() 850 FormatDiagnostic(const char *DiagStr, const char *DiagEnd, in FormatDiagnostic() function in Diagnostic 951 FormatDiagnostic(Argument, FirstDollar, OutStr); in FormatDiagnostic() 952 FormatDiagnostic(ArgStr1, ArgStr1 + 2, OutStr); in FormatDiagnostic() 953 FormatDiagnostic(FirstDollar + 1, SecondDollar, OutStr); in FormatDiagnostic() 954 FormatDiagnostic(ArgStr2, ArgStr2 + 2, OutStr); in FormatDiagnostic() 955 FormatDiagnostic(SecondDollar + 1, Pipe, OutStr); in FormatDiagnostic() [all …]
|
/freebsd/contrib/llvm-project/clang/lib/Frontend/ |
H A D | SARIFDiagnosticPrinter.cpp | 61 Info.FormatDiagnostic(OutStr); in HandleDiagnostic()
|
H A D | TextDiagnosticPrinter.cpp | 117 Info.FormatDiagnostic(OutStr); in HandleDiagnostic()
|
H A D | SerializedDiagnosticPrinter.cpp | 575 Info.FormatDiagnostic(diagnostic); in HandleDiagnostic() 595 Info.FormatDiagnostic(State->diagBuf); in HandleDiagnostic()
|
/freebsd/contrib/llvm-project/clang/include/clang/Basic/ |
H A D | PartialDiagnostic.h | 173 Diagnostic(&Diags).FormatDiagnostic(Buf); in EmitToString()
|
/freebsd/contrib/llvm-project/clang/lib/Format/ |
H A D | TokenAnalyzer.cpp | 47 Info.FormatDiagnostic(Message); in HandleDiagnostic()
|
/freebsd/contrib/llvm-project/clang/tools/clang-format/ |
H A D | ClangFormat.cpp | 406 Info.FormatDiagnostic(vec); in HandleDiagnostic()
|
/freebsd/contrib/llvm-project/lldb/source/Plugins/ExpressionParser/Clang/ |
H A D | ClangExpressionParser.cpp | 194 Info.FormatDiagnostic(diag_str); in HandleDiagnostic()
|
/freebsd/contrib/llvm-project/lldb/source/Plugins/TypeSystem/Clang/ |
H A D | TypeSystemClang.cpp | 650 info.FormatDiagnostic(diag_str); in HandleDiagnostic()
|