Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/AST/
H A DODRDiagsEmitter.cpp407 SourceLocation SecondLoc = *(SecondProtocols.loc_begin() + I); in diagnoseSubMismatchProtocols() local
411 DiagRefProtocolNote(SecondLoc, EmptyRange, ProtocolType) in diagnoseSubMismatchProtocols()
1003 SourceLocation FirstLoc, SecondLoc; in diagnoseMismatch() local
1013 SecondLoc = SecondMessage->getBeginLoc(); in diagnoseMismatch()
1016 SecondLoc = SecondSA->getBeginLoc(); in diagnoseMismatch()
1021 DiagNote(SecondLoc, SecondRange, StaticAssertOnlyMessage) in diagnoseMismatch()
/freebsd/contrib/llvm-project/clang/lib/StaticAnalyzer/Core/
H A DBugReporter.cpp1727 SourceLocation SecondLoc = end->getBeginLoc(); in removePunyEdges() local
1729 if (!SM.isWrittenInSameFile(FirstLoc, SecondLoc)) in removePunyEdges()
1731 if (SM.isBeforeInTranslationUnit(SecondLoc, FirstLoc)) in removePunyEdges()
1732 std::swap(SecondLoc, FirstLoc); in removePunyEdges()
1734 SourceRange EdgeRange(FirstLoc, SecondLoc); in removePunyEdges()