Lines Matching refs:LocEnd
45 Optional<SourceLocation> LocEnd; member in __anon229160920111::SourceMappingRegion
49 Optional<SourceLocation> LocEnd) in SourceMappingRegion() argument
50 : Count(Count), LocStart(LocStart), LocEnd(LocEnd) {} in SourceMappingRegion()
65 bool hasEndLoc() const { return LocEnd.hasValue(); } in hasEndLoc()
67 void setEndLoc(SourceLocation Loc) { LocEnd = Loc; } in setEndLoc()
70 assert(LocEnd && "Region has no end location"); in getEndLoc()
71 return *LocEnd; in getEndLoc()
228 auto LocEnd = I.getEnd(); in gatherSkippedRegions() local
229 assert(SM.isWrittenInSameFile(LocStart, LocEnd) && in gatherSkippedRegions()
237 unsigned LineEnd = SM.getSpellingLineNumber(LocEnd); in gatherSkippedRegions()
238 unsigned ColumnEnd = SM.getSpellingColumnNumber(LocEnd); in gatherSkippedRegions()
267 SourceLocation LocEnd = Region.getEndLoc(); in emitSourceRegions() local
268 assert(SM.isWrittenInSameFile(LocStart, LocEnd) && in emitSourceRegions()
274 unsigned LineEnd = SM.getSpellingLineNumber(LocEnd); in emitSourceRegions()
275 unsigned ColumnEnd = SM.getSpellingColumnNumber(LocEnd); in emitSourceRegions()
298 SourceLocation LocEnd = getPreciseTokenLocEnd(ParentLoc); in emitExpansionRegions() local
299 assert(SM.isWrittenInSameFile(ParentLoc, LocEnd) && in emitExpansionRegions()
304 unsigned LineEnd = SM.getSpellingLineNumber(LocEnd); in emitExpansionRegions()
305 unsigned ColumnEnd = SM.getSpellingColumnNumber(LocEnd); in emitExpansionRegions()