Searched refs:EmitFixits (Results 1 - 1 of 1) sorted by relevance

/freebsd-11-stable/contrib/llvm-project/clang/lib/StaticAnalyzer/Core/
H A DPlistDiagnostics.cpp137 void EmitFixits(raw_ostream &o, ArrayRef<FixItHint> fixits, unsigned indent);
226 void PlistPrinter::EmitFixits(raw_ostream &o, ArrayRef<FixItHint> fixits, function in class:PlistPrinter
343 EmitFixits(o, P.getFixits(), indent);
448 EmitFixits(o, P.getFixits(), indent);

Completed in 30 milliseconds