HomeSort by: relevance | last modified time | path
    Searched defs:locationDepth (Results 1 - 1 of 1) sorted by relevancy

  /src/external/apache2/llvm/dist/clang/lib/CodeGen/
CoverageMappingGen.cpp 590 size_t locationDepth(SourceLocation Loc) {
613 size_t StartDepth = locationDepth(StartLoc);
614 size_t EndDepth = locationDepth(EndLoc);
885 size_t StartDepth = locationDepth(AfterLoc);
886 size_t EndDepth = locationDepth(BeforeLoc);

Completed in 32 milliseconds