Searched refs:SourceRegions (Results 1 – 1 of 1) sorted by relevance
| /freebsd-12-stable/contrib/llvm-project/clang/lib/CodeGen/ |
| D | CoverageMappingGen.cpp | 210 std::vector<SourceMappingRegion> SourceRegions; member in __anon1b44d4080211::CoverageMappingBuilder 295 for (const auto &Region : SourceRegions) { in gatherFileIDs() 403 for (const auto &Region : SourceRegions) { in emitSourceRegions() 510 SourceRegions.emplace_back(Counter(), Start, End); in VisitDecl() 629 SourceRegions.emplace_back(Region.getCounter(), NestedLoc, in popRegions() 649 SourceRegions.emplace_back(Region.getCounter(), StartLoc, in popRegions() 673 SourceRegions.push_back(Region); in popRegions() 754 return SourceRegions.rend() != in isRegionAlreadyAdded() 755 std::find_if(SourceRegions.rbegin(), SourceRegions.rend(), in isRegionAlreadyAdded() 822 SourceRegions.emplace_back(I.getCounter(), I.getFalseCounter(), Loc, in handleFileExit() [all …]
|