Home
last modified time | relevance | path

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

/external/llvm-project/clang/lib/CodeGen/
DCoverageMappingGen.cpp152 struct SpellingRegion { struct
154 unsigned LineStart;
157 unsigned ColumnStart;
160 unsigned LineEnd;
163 unsigned ColumnEnd;
165 SpellingRegion(SourceManager &SM, SourceLocation LocStart, in SpellingRegion() function
173 SpellingRegion(SourceManager &SM, SourceMappingRegion &R) in SpellingRegion() function
178 bool isInSourceOrder() const { in isInSourceOrder()