Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/clang/lib/CodeGen/
H A DCoverageMappingGen.cpp602 size_t locationDepth(SourceLocation Loc) { in locationDepth() function
625 size_t StartDepth = locationDepth(StartLoc); in popRegions()
626 size_t EndDepth = locationDepth(EndLoc); in popRegions()
895 size_t StartDepth = locationDepth(AfterLoc); in findGapAreaBetween()
896 size_t EndDepth = locationDepth(BeforeLoc); in findGapAreaBetween()