Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/clang/lib/StaticAnalyzer/Core/
H A DBugReporter.cpp1706 SourceLocation SecondLoc = end->getBeginLoc(); in removePunyEdges() local
1708 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()
/freebsd-13.1/contrib/llvm-project/clang/lib/Serialization/
H A DASTReader.cpp9998 SourceLocation SecondLoc; in diagnoseOdrViolations() local
10002 SecondLoc = SecondTag->getBraceRange().getEnd(); in diagnoseOdrViolations()
10004 SecondLoc = DR.SecondDecl->getLocation(); in diagnoseOdrViolations()
10007 Diag(SecondLoc, diag::note_module_odr_violation_mismatch_decl) in diagnoseOdrViolations()
10395 SourceLocation FirstLoc, SecondLoc; in diagnoseOdrViolations() local
10405 SecondLoc = SecondStr->getBeginLoc(); in diagnoseOdrViolations()
10408 SecondLoc = SecondSA->getBeginLoc(); in diagnoseOdrViolations()
10414 ODRDiagDeclNote(SecondModule, SecondLoc, SecondRange, in diagnoseOdrViolations()