Home
last modified time | relevance | path

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

/external/clang/lib/StaticAnalyzer/Core/
DPlistDiagnostics.cpp196 static void ReportPiece(raw_ostream &o,
216 ReportPiece(o, *callEnter, FM, SM, LangOpts, indent, depth, true, in ReportCall()
225 ReportPiece(o, *callEnterWithinCaller, FM, SM, LangOpts, in ReportCall()
229 ReportPiece(o, **I, FM, SM, LangOpts, indent, depth, true); in ReportCall()
237 ReportPiece(o, *callExit, FM, SM, LangOpts, indent, depth, true); in ReportCall()
249 ReportPiece(o, **I, FM, SM, LangOpts, indent, depth, false); in ReportMacro()
256 ReportPiece(o, P, FM, SM, LangOpts, 4, 0, true); in ReportDiag()
259 static void ReportPiece(raw_ostream &o, in ReportPiece() function