Home
last modified time | relevance | path

Searched refs:getUniqueingLoc (Results 1 – 4 of 4) sorted by relevance

/freebsd-14.2/contrib/llvm-project/clang/lib/Analysis/
H A DPathDiagnostic.cpp352 FullSourceLoc XUL = X.getUniqueingLoc().asLocation(); in compare()
353 FullSourceLoc YUL = Y.getUniqueingLoc().asLocation(); in compare()
1135 ID.Add(getUniqueingLoc()); in Profile()
/freebsd-14.2/contrib/llvm-project/clang/lib/StaticAnalyzer/Core/
H A DHTMLDiagnostics.cpp252 PathDiagnosticLocation UPDLoc = D.getUniqueingLoc(); in getIssueHash()
662 PathDiagnosticLocation UPDLoc = D.getUniqueingLoc(); in FinalizeHTML()
H A DPlistDiagnostics.cpp700 PathDiagnosticLocation UPDLoc = D->getUniqueingLoc(); in FlushDiagnosticsImpl()
/freebsd-14.2/contrib/llvm-project/clang/include/clang/Analysis/
H A DPathDiagnostic.h873 PathDiagnosticLocation getUniqueingLoc() const { in getUniqueingLoc() function