Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/CodeGen/
H A DCoverageMappingGen.cpp244 bool isInSourceOrder() const { in isInSourceOrder() function
458 if (SR.isInSourceOrder()) in adjustSkippedRange()
552 assert(SR.isInSourceOrder() && "region start and end out of order"); in emitSourceRegions()
600 assert(SR.isInSourceOrder() && "region start and end out of order"); in emitExpansionRegions()
1068 assert(SpellingRegion(SM, Region).isInSourceOrder()); in popRegions()
1256 assert(SpellingRegion(SM, SourceRegions.back()).isInSourceOrder()); in handleFileExit()
1334 !SpellingRegion(SM, AfterLoc, BeforeLoc).isInSourceOrder()) in findGapAreaBetween()
1344 assert(SpellingRegion(SM, StartLoc, EndLoc).isInSourceOrder()); in fillGapAreaWithCount()
1391 !SpellingRegion(SM, StartingLoc, BeforeLoc).isInSourceOrder()) in findAreaStartingFromTo()
1407 assert(SpellingRegion(SM, NewStartLoc, EndLoc).isInSourceOrder()); in markSkipped()