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

References

tools/clang/lib/CodeGen/CoverageMappingGen.cpp
 1001     extendRegion(S);
 1002     if (S->getInit())
 1003       Visit(S->getInit());
 1006     Counter BodyCount = getRegionCounter(S);
 1009     if (S->getInc())
 1014     extendRegion(S->getBody());
 1015     Counter BackedgeCount = propagateCounts(BodyCount, S->getBody());
 1021     if (const Stmt *Inc = S->getInc()) {
 1030     if (const Expr *Cond = S->getCond()) {
 1032       adjustForOutOfOrderTraversal(getEnd(S));
 1036     auto Gap = findGapAreaBetween(getPreciseTokenLocEnd(S->getRParenLoc()),
 1037                                   getStart(S->getBody()));