Home
last modified time | relevance | path

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

/external/llvm-project/clang/lib/CodeGen/
DCoverageMappingGen.cpp152 struct SpellingRegion { struct
165 SpellingRegion(SourceManager &SM, SourceLocation LocStart, in SpellingRegion() function
173 SpellingRegion(SourceManager &SM, SourceMappingRegion &R) in SpellingRegion() function
174 : SpellingRegion(SM, R.getBeginLoc(), R.getEndLoc()) {} in SpellingRegion()
329 Optional<SpellingRegion> adjustSkippedRange(SourceManager &SM, in adjustSkippedRange()
334 SpellingRegion SR{SM, LocStart, LocEnd}; in adjustSkippedRange()
376 Optional<SpellingRegion> SR = in gatherSkippedRegions()
421 SpellingRegion SR{SM, LocStart, LocEnd}; in emitSourceRegions()
456 SpellingRegion SR{SM, ParentLoc, LocEnd}; in emitExpansionRegions()
606 if (!SpellingRegion(SM, DR.getBeginLoc(), DeferredEndLoc).isInSourceOrder()) in completeDeferred()
[all …]