Searched refs:SecondLoc (Results 1 – 2 of 2) sorted by relevance
407 SourceLocation SecondLoc = *(SecondProtocols.loc_begin() + I); in diagnoseSubMismatchProtocols() local411 DiagRefProtocolNote(SecondLoc, EmptyRange, ProtocolType) in diagnoseSubMismatchProtocols()1003 SourceLocation FirstLoc, SecondLoc; in diagnoseMismatch() local1013 SecondLoc = SecondMessage->getBeginLoc(); in diagnoseMismatch()1016 SecondLoc = SecondSA->getBeginLoc(); in diagnoseMismatch()1021 DiagNote(SecondLoc, SecondRange, StaticAssertOnlyMessage) in diagnoseMismatch()
1727 SourceLocation SecondLoc = end->getBeginLoc(); in removePunyEdges() local1729 if (!SM.isWrittenInSameFile(FirstLoc, SecondLoc)) in removePunyEdges()1731 if (SM.isBeforeInTranslationUnit(SecondLoc, FirstLoc)) in removePunyEdges()1732 std::swap(SecondLoc, FirstLoc); in removePunyEdges()1734 SourceRange EdgeRange(FirstLoc, SecondLoc); in removePunyEdges()