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

References

tools/clang/lib/CodeGen/CoverageMappingGen.cpp
 1187     if (Gap)
 1188       fillGapAreaWithCount(Gap->getBegin(), Gap->getEnd(), ThenCount);
 1188       fillGapAreaWithCount(Gap->getBegin(), Gap->getEnd(), ThenCount);
 1196       Gap = findGapAreaBetween(S->getThen(), Else);
 1197       if (Gap)
 1198         fillGapAreaWithCount(Gap->getBegin(), Gap->getEnd(), ElseCount);
 1198         fillGapAreaWithCount(Gap->getBegin(), Gap->getEnd(), ElseCount);