Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/clang/lib/CodeGen/
H A DCoverageMappingGen.cpp905 size_t locationDepth(SourceLocation Loc) { in locationDepth() function
929 size_t StartDepth = locationDepth(StartLoc); in popRegions()
930 size_t EndDepth = locationDepth(EndLoc); in popRegions()
1225 size_t StartDepth = locationDepth(AfterLoc); in findGapAreaBetween()
1226 size_t EndDepth = locationDepth(BeforeLoc); in findGapAreaBetween()
1285 size_t StartDepth = locationDepth(StartingLoc); in findAreaStartingFromTo()
1286 size_t EndDepth = locationDepth(BeforeLoc); in findAreaStartingFromTo()