Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/CodeGen/
H A DCoverageMappingGen.cpp194 struct SpellingRegion { struct
196 unsigned LineStart;
199 unsigned ColumnStart;
202 unsigned LineEnd;
205 unsigned ColumnEnd;
207 SpellingRegion(SourceManager &SM, SourceLocation LocStart, in SpellingRegion() argument
215 SpellingRegion(SourceManager &SM, SourceMappingRegion &R) in SpellingRegion() argument
220 bool isInSourceOrder() const { in isInSourceOrder()