Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/clang/lib/StaticAnalyzer/Core/
H A DPlistDiagnostics.cpp96 ReportPiece(o, P, /*indent*/ 4, /*depth*/ 0, /*includeControlFlow*/ true); in ReportDiag()
108 void ReportPiece(raw_ostream &o, const PathDiagnosticPiece &P, in ReportPiece() function in __anoncaddb7be0211::PlistPrinter
342 ReportPiece(o, *callEnter, indent, depth, /*includeControlFlow*/ true, in ReportCall()
349 ReportPiece(o, *callEnterWithinCaller, indent, depth, in ReportCall()
353 ReportPiece(o, **I, indent, depth, /*includeControlFlow*/ true); in ReportCall()
358 ReportPiece(o, *callExit, indent, depth, /*includeControlFlow*/ true); in ReportCall()
372 ReportPiece(o, **I, indent, depth, /*includeControlFlow*/ false); in ReportMacroSubPieces()