Home
last modified time | relevance | path

Searched refs:FlushDiagnosticsImpl (Results 1 – 6 of 6) sorted by relevance

/freebsd-head/contrib/llvm-project/clang/lib/StaticAnalyzer/Core/
HDSarifDiagnostics.cpp43 void FlushDiagnosticsImpl(std::vector<const PathDiagnostic *> &Diags,
186 void SarifDiagnostics::FlushDiagnosticsImpl( in FlushDiagnosticsImpl() function in SarifDiagnostics
HDTextDiagnostics.cpp60 void FlushDiagnosticsImpl(std::vector<const PathDiagnostic *> &Diags, in FlushDiagnosticsImpl() function in __anon36990eeb0111::TextDiagnostics
HDPlistDiagnostics.cpp63 void FlushDiagnosticsImpl(std::vector<const PathDiagnostic *> &Diags,
612 void PlistDiagnostics::FlushDiagnosticsImpl( in FlushDiagnosticsImpl() function in PlistDiagnostics
HDHTMLDiagnostics.cpp84 void FlushDiagnosticsImpl(std::vector<const PathDiagnostic *> &Diags,
244 void HTMLDiagnostics::FlushDiagnosticsImpl( in FlushDiagnosticsImpl() function in HTMLDiagnostics
/freebsd-head/contrib/llvm-project/clang/include/clang/Analysis/
HDPathDiagnostic.h135 virtual void FlushDiagnosticsImpl(std::vector<const PathDiagnostic *> &Diags,
/freebsd-head/contrib/llvm-project/clang/lib/Analysis/
HDPathDiagnostic.cpp424 FlushDiagnosticsImpl(BatchDiags, Files); in FlushDiagnostics()