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()1001 SourceLocation FirstLoc, SecondLoc; in diagnoseMismatch() local1011 SecondLoc = SecondMessage->getBeginLoc(); in diagnoseMismatch()1014 SecondLoc = SecondSA->getBeginLoc(); in diagnoseMismatch()1019 DiagNote(SecondLoc, SecondRange, StaticAssertOnlyMessage) in diagnoseMismatch()
1744 SourceLocation SecondLoc = end->getBeginLoc(); in removePunyEdges() local1746 if (!SM.isWrittenInSameFile(FirstLoc, SecondLoc)) in removePunyEdges()1748 if (SM.isBeforeInTranslationUnit(SecondLoc, FirstLoc)) in removePunyEdges()1749 std::swap(SecondLoc, FirstLoc); in removePunyEdges()1751 SourceRange EdgeRange(FirstLoc, SecondLoc); in removePunyEdges()