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";
  501   IndentLevel++;
  507     Indent(o, IndentLevel) << "<key>" << FileKey << "</key>\n";
  508     Indent(o, IndentLevel) << "<array>\n";
  509     IndentLevel++;
  511       Indent(o, IndentLevel);
  514     IndentLevel--;
  515     Indent(o, IndentLevel) << "</array>\n";
  517   IndentLevel--;
  518   Indent(o, IndentLevel) << "</dict>\n";
  520   assert(IndentLevel == InputIndentLevel);