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

References

tools/clang/lib/CodeGen/CoverageMappingGen.cpp
 1297     switch (R.Kind) {
 1311     OS << "File " << R.FileID << ", " << R.LineStart << ":" << R.ColumnStart
 1311     OS << "File " << R.FileID << ", " << R.LineStart << ":" << R.ColumnStart
 1311     OS << "File " << R.FileID << ", " << R.LineStart << ":" << R.ColumnStart
 1312        << " -> " << R.LineEnd << ":" << R.ColumnEnd << " = ";
 1312        << " -> " << R.LineEnd << ":" << R.ColumnEnd << " = ";
 1313     Ctx.dump(R.Count, OS);
 1314     if (R.Kind == CounterMappingRegion::ExpansionRegion)
 1315       OS << " (Expanded file = " << R.ExpandedFileID << ")";