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 = SecondStr->getBeginLoc(); in diagnoseMismatch()1014 SecondLoc = SecondSA->getBeginLoc(); in diagnoseMismatch()1019 DiagNote(SecondLoc, SecondRange, StaticAssertOnlyMessage) in diagnoseMismatch()
1714 SourceLocation SecondLoc = end->getBeginLoc(); in removePunyEdges() local1716 if (!SM.isWrittenInSameFile(FirstLoc, SecondLoc)) in removePunyEdges()1718 if (SM.isBeforeInTranslationUnit(SecondLoc, FirstLoc)) in removePunyEdges()1719 std::swap(SecondLoc, FirstLoc); in removePunyEdges()1721 SourceRange EdgeRange(FirstLoc, SecondLoc); in removePunyEdges()