Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/StaticAnalyzer/Core/
H A DPlistDiagnostics.cpp94 ReportPiece(o, P, /*indent*/ 4, /*depth*/ 0, /*includeControlFlow*/ true); in ReportDiag()
106 void ReportPiece(raw_ostream &o, const PathDiagnosticPiece &P, in ReportPiece() function in __anon46fda2930211::PlistPrinter
340 ReportPiece(o, *callEnter, indent, depth, /*includeControlFlow*/ true, in ReportCall()
347 ReportPiece(o, *callEnterWithinCaller, indent, depth, in ReportCall()
351 ReportPiece(o, **I, indent, depth, /*includeControlFlow*/ true); in ReportCall()
356 ReportPiece(o, *callExit, indent, depth, /*includeControlFlow*/ true); in ReportCall()
368 ReportPiece(o, *SubPiece, indent, depth, /*includeControlFlow*/ false); in ReportMacroSubPieces()