reference, declarationdefinition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced

References

tools/clang/lib/StaticAnalyzer/Core/PlistDiagnostics.cpp
  499   Indent(o, IndentLevel) << "<key>ExecutedLines</key>\n";
  500   Indent(o, IndentLevel) << "<dict>\n";
  507     Indent(o, IndentLevel) << "<key>" << FileKey << "</key>\n";
  508     Indent(o, IndentLevel) << "<array>\n";
  511       Indent(o, IndentLevel);
  512       EmitInteger(o, LineNo) << "\n";
  515     Indent(o, IndentLevel) << "</array>\n";
  518   Indent(o, IndentLevel) << "</dict>\n";