Home
last modified time | relevance | path

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

/external/clang/lib/StaticAnalyzer/Core/
DBugReporter.cpp2281 SourceLocation SecondLoc = end->getLocStart(); in removePunyEdges() local
2283 if (!SM.isWrittenInSameFile(FirstLoc, SecondLoc)) in removePunyEdges()
2285 if (SM.isBeforeInTranslationUnit(SecondLoc, FirstLoc)) in removePunyEdges()
2286 std::swap(SecondLoc, FirstLoc); in removePunyEdges()
2288 SourceRange EdgeRange(FirstLoc, SecondLoc); in removePunyEdges()