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