Searched refs:SecondLoc (Results 1 – 2 of 2) sorted by relevance
1632 SourceLocation SecondLoc = end->getBeginLoc(); in removePunyEdges() local1634 if (!SM.isWrittenInSameFile(FirstLoc, SecondLoc)) in removePunyEdges()1636 if (SM.isBeforeInTranslationUnit(SecondLoc, FirstLoc)) in removePunyEdges()1637 std::swap(SecondLoc, FirstLoc); in removePunyEdges()1639 SourceRange EdgeRange(FirstLoc, SecondLoc); in removePunyEdges()
10087 SourceLocation SecondLoc; in diagnoseOdrViolations() local10090 SecondLoc = SecondRecord->getBraceRange().getEnd(); in diagnoseOdrViolations()10092 SecondLoc = SecondDecl->getLocation(); in diagnoseOdrViolations()10095 Diag(SecondLoc, diag::note_module_odr_violation_mismatch_decl) in diagnoseOdrViolations()10197 SourceLocation FirstLoc, SecondLoc; in diagnoseOdrViolations() local10207 SecondLoc = SecondStr->getBeginLoc(); in diagnoseOdrViolations()10210 SecondLoc = SecondSA->getBeginLoc(); in diagnoseOdrViolations()10215 ODRDiagNote(SecondLoc, SecondRange, StaticAssertOnlyMessage) in diagnoseOdrViolations()