Lines Matching refs:getIncludeOrExpansionLoc
249 SourceLocation getIncludeOrExpansionLoc(SourceLocation Loc) { in getIncludeOrExpansionLoc() function in __anone2f8b4240211::CoverageMappingBuilder
262 Loc = getIncludeOrExpansionLoc(Loc); in isNestedIn()
306 for (SourceLocation Parent = getIncludeOrExpansionLoc(Loc); in gatherFileIDs()
307 Parent.isValid(); Parent = getIncludeOrExpansionLoc(Parent)) in gatherFileIDs()
454 SourceLocation ParentLoc = getIncludeOrExpansionLoc(ExpandedLoc); in emitExpansionRegions()
498 Start = getIncludeOrExpansionLoc(Start); in VisitDecl()
504 End = getPreciseTokenLocEnd(getIncludeOrExpansionLoc(End)); in VisitDecl()
593 Loc = getIncludeOrExpansionLoc(Loc); in locationDepth()
632 EndLoc = getPreciseTokenLocEnd(getIncludeOrExpansionLoc(EndLoc)); in popRegions()
652 StartLoc = getIncludeOrExpansionLoc(StartLoc); in popRegions()
668 MostRecentLocation = getIncludeOrExpansionLoc(EndLoc); in popRegions()
777 MostRecentLocation = getIncludeOrExpansionLoc(MostRecentLocation); in adjustForOutOfOrderTraversal()
795 LCA = getIncludeOrExpansionLoc(LCA); in handleFileExit()
828 Loc = getIncludeOrExpansionLoc(Loc); in handleFileExit()
845 Loc = getIncludeOrExpansionLoc(Loc); in handleFileExit()
894 BeforeLoc = getIncludeOrExpansionLoc(BeforeLoc); in findGapAreaBetween()
902 AfterLoc = getIncludeOrExpansionLoc(AfterLoc); in findGapAreaBetween()