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

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

Completed in 135 milliseconds