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

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

Completed in 225 milliseconds