Searched refs:ParentLoc (Results 1 – 1 of 1) sorted by relevance
288 SourceLocation ParentLoc = getIncludeOrExpansionLoc(ExpandedLoc); in emitExpansionRegions() local289 if (ParentLoc.isInvalid()) in emitExpansionRegions()292 auto ParentFileID = getCoverageFileID(ParentLoc); in emitExpansionRegions()298 SourceLocation LocEnd = getPreciseTokenLocEnd(ParentLoc); in emitExpansionRegions()299 assert(SM.isWrittenInSameFile(ParentLoc, LocEnd) && in emitExpansionRegions()302 unsigned LineStart = SM.getSpellingLineNumber(ParentLoc); in emitExpansionRegions()303 unsigned ColumnStart = SM.getSpellingColumnNumber(ParentLoc); in emitExpansionRegions()