Searched refs:ParentLoc (Results 1 – 2 of 2) 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()
441 SourceLocation ParentLoc = getIncludeOrExpansionLoc(ExpandedLoc); in emitExpansionRegions() local442 if (ParentLoc.isInvalid()) in emitExpansionRegions()445 auto ParentFileID = getCoverageFileID(ParentLoc); in emitExpansionRegions()451 SourceLocation LocEnd = getPreciseTokenLocEnd(ParentLoc); in emitExpansionRegions()452 assert(SM.isWrittenInSameFile(ParentLoc, LocEnd) && in emitExpansionRegions()454 Filter.insert(std::make_pair(ParentLoc, LocEnd)); in emitExpansionRegions()456 SpellingRegion SR{SM, ParentLoc, LocEnd}; in emitExpansionRegions()