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

References

tools/clang/lib/CodeGen/CoverageMappingGen.cpp
 1188       fillGapAreaWithCount(Gap->getBegin(), Gap->getEnd(), ThenCount);
 1191     Counter OutCount = propagateCounts(ThenCount, S->getThen());
 1193     Counter ElseCount = subtractCounters(ParentCount, ThenCount);