Searched refs:ParentLoc (Results 1 – 1 of 1) sorted by relevance
275 SourceLocation ParentLoc = getIncludeOrExpansionLoc(ExpandedLoc); in emitExpansionRegions() local276 if (ParentLoc.isInvalid()) in emitExpansionRegions()279 auto ParentFileID = getCoverageFileID(ParentLoc); in emitExpansionRegions()285 SourceLocation LocEnd = getPreciseTokenLocEnd(ParentLoc); in emitExpansionRegions()286 assert(SM.isWrittenInSameFile(ParentLoc, LocEnd) && in emitExpansionRegions()289 unsigned LineStart = SM.getSpellingLineNumber(ParentLoc); in emitExpansionRegions()290 unsigned ColumnStart = SM.getSpellingColumnNumber(ParentLoc); in emitExpansionRegions()