Searched refs:SecondLoc (Results 1 – 2 of 2) sorted by relevance
1706 SourceLocation SecondLoc = end->getBeginLoc(); in removePunyEdges() local1708 if (!SM.isWrittenInSameFile(FirstLoc, SecondLoc)) in removePunyEdges()1710 if (SM.isBeforeInTranslationUnit(SecondLoc, FirstLoc)) in removePunyEdges()1711 std::swap(SecondLoc, FirstLoc); in removePunyEdges()1713 SourceRange EdgeRange(FirstLoc, SecondLoc); in removePunyEdges()
9969 SourceLocation SecondLoc; in diagnoseOdrViolations() local9973 SecondLoc = SecondTag->getBraceRange().getEnd(); in diagnoseOdrViolations()9975 SecondLoc = DR.SecondDecl->getLocation(); in diagnoseOdrViolations()9978 Diag(SecondLoc, diag::note_module_odr_violation_mismatch_decl) in diagnoseOdrViolations()10366 SourceLocation FirstLoc, SecondLoc; in diagnoseOdrViolations() local10376 SecondLoc = SecondStr->getBeginLoc(); in diagnoseOdrViolations()10379 SecondLoc = SecondSA->getBeginLoc(); in diagnoseOdrViolations()10385 ODRDiagDeclNote(SecondModule, SecondLoc, SecondRange, in diagnoseOdrViolations()