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

/external/clang/lib/StaticAnalyzer/Core/
H A DBugReporter.cpp2234 SourceLocation SecondLoc = end->getLocStart(); local
2236 if (!SM.isFromSameFile(FirstLoc, SecondLoc))
2238 if (SM.isBeforeInTranslationUnit(SecondLoc, FirstLoc))
2239 std::swap(SecondLoc, FirstLoc);
2241 SourceRange EdgeRange(FirstLoc, SecondLoc);

Completed in 367 milliseconds