Home
last modified time | relevance | path

Searched refs:SecondLoc (Results 1 – 2 of 2) sorted by relevance

/freebsd-12.1/contrib/llvm/tools/clang/lib/StaticAnalyzer/Core/
H A DBugReporter.cpp1632 SourceLocation SecondLoc = end->getBeginLoc(); in removePunyEdges() local
1634 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()
/freebsd-12.1/contrib/llvm/tools/clang/lib/Serialization/
H A DASTReader.cpp10087 SourceLocation SecondLoc; in diagnoseOdrViolations() local
10090 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() local
10207 SecondLoc = SecondStr->getBeginLoc(); in diagnoseOdrViolations()
10210 SecondLoc = SecondSA->getBeginLoc(); in diagnoseOdrViolations()
10215 ODRDiagNote(SecondLoc, SecondRange, StaticAssertOnlyMessage) in diagnoseOdrViolations()