Searched refs:EndDepth (Results 1 - 1 of 1) sorted by relevance

/freebsd-13-stable/contrib/llvm-project/clang/lib/CodeGen/
H A DCoverageMappingGen.cpp585 size_t EndDepth = locationDepth(EndLoc); local
587 bool UnnestStart = StartDepth >= EndDepth;
588 bool UnnestEnd = EndDepth >= StartDepth;
601 EndDepth--;

Completed in 104 milliseconds