Home
last modified time | relevance | path

Searched refs:SecondLoc (Results 1 – 1 of 1) sorted by relevance

/external/clang/lib/StaticAnalyzer/Core/
DBugReporter.cpp2266 SourceLocation SecondLoc = end->getLocStart(); in removePunyEdges() local
2268 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()