Home | History | Annotate | Download | only in Core

Lines Matching defs:FirstLoc

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