Searched refs:SecondLoc (Results 1 – 1 of 1) sorted by relevance
2268 SourceLocation SecondLoc = end->getLocStart(); in removePunyEdges() local2270 if (!SM.isWrittenInSameFile(FirstLoc, SecondLoc)) in removePunyEdges()2272 if (SM.isBeforeInTranslationUnit(SecondLoc, FirstLoc)) in removePunyEdges()2273 std::swap(SecondLoc, FirstLoc); in removePunyEdges()2275 SourceRange EdgeRange(FirstLoc, SecondLoc); in removePunyEdges()