Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/StaticAnalyzer/Core/
H A DSarifDiagnostics.cpp43 void FlushDiagnosticsImpl(std::vector<const PathDiagnostic *> &Diags,
186 void SarifDiagnostics::FlushDiagnosticsImpl( in FlushDiagnosticsImpl() function in SarifDiagnostics
H A DTextDiagnostics.cpp60 void FlushDiagnosticsImpl(std::vector<const PathDiagnostic *> &Diags, in FlushDiagnosticsImpl() function in __anonba5c3fec0111::TextDiagnostics
H A DHTMLDiagnostics.cpp84 void FlushDiagnosticsImpl(std::vector<const PathDiagnostic *> &Diags,
244 void HTMLDiagnostics::FlushDiagnosticsImpl( in FlushDiagnosticsImpl() function in HTMLDiagnostics
/freebsd/contrib/llvm-project/clang/include/clang/Analysis/
H A DPathDiagnostic.h135 virtual void FlushDiagnosticsImpl(std::vector<const PathDiagnostic *> &Diags,
/freebsd/contrib/llvm-project/clang/lib/Analysis/
H A DPathDiagnostic.cpp424 FlushDiagnosticsImpl(BatchDiags, Files); in FlushDiagnostics()