Home
last modified time | relevance | path

Searched refs:ParentCounter (Results 1 – 1 of 1) sorted by relevance

/src/contrib/llvm-project/clang/lib/CodeGen/
H A DCoverageMappingGen.cpp1218 std::optional<Counter> ParentCounter; in handleFileExit() local
1224 ParentCounter = I.getCounter(); in handleFileExit()
1246 if (ParentCounter) { in handleFileExit()
1254 SourceRegions.emplace_back(*ParentCounter, FileStart, in handleFileExit()