Searched refs:isInSourceOrder (Results 1 – 1 of 1) sorted by relevance
| /freebsd/contrib/llvm-project/clang/lib/CodeGen/ |
| H A D | CoverageMappingGen.cpp | 242 bool isInSourceOrder() const { in isInSourceOrder() function 456 if (SR.isInSourceOrder()) in adjustSkippedRange() 550 assert(SR.isInSourceOrder() && "region start and end out of order"); in emitSourceRegions() 598 assert(SR.isInSourceOrder() && "region start and end out of order"); in emitExpansionRegions() 1106 assert(SpellingRegion(SM, Region).isInSourceOrder()); in popRegions() 1293 assert(SpellingRegion(SM, SourceRegions.back()).isInSourceOrder()); in handleFileExit() 1371 !SpellingRegion(SM, AfterLoc, BeforeLoc).isInSourceOrder()) in findGapAreaBetween() 1381 assert(SpellingRegion(SM, StartLoc, EndLoc).isInSourceOrder()); in fillGapAreaWithCount() 1428 !SpellingRegion(SM, StartingLoc, BeforeLoc).isInSourceOrder()) in findAreaStartingFromTo() 1444 assert(SpellingRegion(SM, NewStartLoc, EndLoc).isInSourceOrder()); in markSkipped()
|