Home | History | Annotate | Download | only in Core

Lines Matching defs:FirstLoc

2280     SourceLocation FirstLoc = start->getLocStart();
2283 if (!SM.isWrittenInSameFile(FirstLoc, SecondLoc))
2285 if (SM.isBeforeInTranslationUnit(SecondLoc, FirstLoc))
2286 std::swap(SecondLoc, FirstLoc);
2288 SourceRange EdgeRange(FirstLoc, SecondLoc);