Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/Basic/
H A DDiagnostic.cpp629 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 DSARIFDiagnosticPrinter.cpp61 Info.FormatDiagnostic(OutStr); in HandleDiagnostic()
H A DTextDiagnosticPrinter.cpp117 Info.FormatDiagnostic(OutStr); in HandleDiagnostic()
H A DSerializedDiagnosticPrinter.cpp575 Info.FormatDiagnostic(diagnostic); in HandleDiagnostic()
595 Info.FormatDiagnostic(State->diagBuf); in HandleDiagnostic()
/freebsd/contrib/llvm-project/clang/include/clang/Basic/
H A DPartialDiagnostic.h173 Diagnostic(&Diags).FormatDiagnostic(Buf); in EmitToString()
/freebsd/contrib/llvm-project/clang/lib/Format/
H A DTokenAnalyzer.cpp47 Info.FormatDiagnostic(Message); in HandleDiagnostic()
/freebsd/contrib/llvm-project/clang/tools/clang-format/
H A DClangFormat.cpp406 Info.FormatDiagnostic(vec); in HandleDiagnostic()
/freebsd/contrib/llvm-project/lldb/source/Plugins/ExpressionParser/Clang/
H A DClangExpressionParser.cpp194 Info.FormatDiagnostic(diag_str); in HandleDiagnostic()
/freebsd/contrib/llvm-project/lldb/source/Plugins/TypeSystem/Clang/
H A DTypeSystemClang.cpp650 info.FormatDiagnostic(diag_str); in HandleDiagnostic()