Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/clang/lib/CodeGen/
H A DCoverageMappingGen.cpp161 struct SpellingRegion { struct
163 unsigned LineStart;
166 unsigned ColumnStart;
169 unsigned LineEnd;
172 unsigned ColumnEnd;
174 SpellingRegion(SourceManager &SM, SourceLocation LocStart, in SpellingRegion() argument
182 SpellingRegion(SourceManager &SM, SourceMappingRegion &R) in SpellingRegion() function
187 bool isInSourceOrder() const { in isInSourceOrder()