Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/CodeGen/
H A DCoverageMappingGen.cpp218 struct SpellingRegion { struct
231 SpellingRegion(SourceManager &SM, SourceLocation LocStart, in SpellingRegion() argument
239 SpellingRegion(SourceManager &SM, SourceMappingRegion &R) in SpellingRegion() function
240 : SpellingRegion(SM, R.getBeginLoc(), R.getEndLoc()) {} in SpellingRegion()
443 std::optional<SpellingRegion> adjustSkippedRange(SourceManager &SM, in adjustSkippedRange()
448 SpellingRegion SR{SM, LocStart, LocEnd}; in adjustSkippedRange()
490 std::optional<SpellingRegion> SR; in gatherSkippedRegions()
551 SpellingRegion SR{SM, LocStart, LocEnd}; in emitSourceRegions()
599 SpellingRegion SR{SM, ParentLoc, LocEnd}; in emitExpansionRegions()
1068 assert(SpellingRegion(SM, Region).isInSourceOrder()); in popRegions()
[all …]