Searched refs:isInSourceOrder (Results 1 – 1 of 1) sorted by relevance
| /freebsd-14.2/contrib/llvm-project/clang/lib/CodeGen/ |
| H A D | CoverageMappingGen.cpp | 220 bool isInSourceOrder() const { in isInSourceOrder() function 389 if (SR.isInSourceOrder()) in adjustSkippedRange() 474 assert(SR.isInSourceOrder() && "region start and end out of order"); in emitSourceRegions() 522 assert(SR.isInSourceOrder() && "region start and end out of order"); in emitExpansionRegions() 988 assert(SpellingRegion(SM, Region).isInSourceOrder()); in popRegions() 1177 assert(SpellingRegion(SM, SourceRegions.back()).isInSourceOrder()); in handleFileExit() 1255 !SpellingRegion(SM, AfterLoc, BeforeLoc).isInSourceOrder()) in findGapAreaBetween() 1265 assert(SpellingRegion(SM, StartLoc, EndLoc).isInSourceOrder()); in fillGapAreaWithCount() 1312 !SpellingRegion(SM, StartingLoc, BeforeLoc).isInSourceOrder()) in findAreaStartingFromTo() 1328 assert(SpellingRegion(SM, NewStartLoc, EndLoc).isInSourceOrder()); in markSkipped()
|