Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/CodeGen/
H A DCoverageMappingGen.cpp1023 size_t locationDepth(SourceLocation Loc) { in locationDepth() function
1047 size_t StartDepth = locationDepth(StartLoc); in popRegions()
1048 size_t EndDepth = locationDepth(EndLoc); in popRegions()
1341 size_t StartDepth = locationDepth(AfterLoc); in findGapAreaBetween()
1342 size_t EndDepth = locationDepth(BeforeLoc); in findGapAreaBetween()
1401 size_t StartDepth = locationDepth(StartingLoc); in findAreaStartingFromTo()
1402 size_t EndDepth = locationDepth(BeforeLoc); in findAreaStartingFromTo()