Home | History | Annotate | Download | only in Core

Lines Matching refs:FirstLoc

2265     SourceLocation FirstLoc = start->getLocStart();
2268 if (!SM.isWrittenInSameFile(FirstLoc, SecondLoc))
2270 if (SM.isBeforeInTranslationUnit(SecondLoc, FirstLoc))
2271 std::swap(SecondLoc, FirstLoc);
2273 SourceRange EdgeRange(FirstLoc, SecondLoc);