Lines Matching defs:Locations
496 bool LVLocation::calculateCoverage(LVLocations *Locations, unsigned &Factor,
498 if (!options().getAttributeCoverage() && !Locations)
503 if (Locations->size() == 1) {
505 LVLocation *Location = Locations->front();
519 for (const LVLocation *Location : *Locations)
621 void LVLocation::print(LVLocations *Locations, raw_ostream &OS, bool Full) {
622 if (!Locations || Locations->empty())
629 LVLocation *Location = Locations->front();
647 for (const LVLocation *Location : *Locations)