Searched refs:hasEndLoc (Results 1 – 2 of 2) sorted by relevance
65 bool hasEndLoc() const { return LocEnd.hasValue(); } in hasEndLoc() function in __anon89523c590111::SourceMappingRegion253 assert(Region.hasEndLoc() && "incomplete region"); in emitSourceRegions()422 SourceLocation EndLoc = Region.hasEndLoc() in popRegions()495 if (getRegion().hasEndLoc() && in adjustForOutOfOrderTraversal()581 if (!Region.hasEndLoc()) in terminateRegion()
130 bool hasEndLoc() const { return LocEnd.hasValue(); } in hasEndLoc() function in __anon8ce2bf070211::SourceMappingRegion395 assert(Region.hasEndLoc() && "incomplete region"); in emitSourceRegions()658 SourceLocation EndLoc = Region.hasEndLoc() in popRegions()783 if (getRegion().hasEndLoc() && in adjustForOutOfOrderTraversal()874 if (!Region.hasEndLoc()) in terminateRegion()1220 if (!RegionStack[i - 1].hasEndLoc()) in VisitSwitchStmt()