Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/Analysis/
H A DPathDiagnostic.cpp350 FullSourceLoc XUL = X.getUniqueingLoc().asLocation(); in compare()
351 FullSourceLoc YUL = Y.getUniqueingLoc().asLocation(); in compare()
1133 ID.Add(getUniqueingLoc()); in Profile()
/freebsd/contrib/llvm-project/clang/lib/StaticAnalyzer/Core/
H A DHTMLDiagnostics.cpp252 PathDiagnosticLocation UPDLoc = D.getUniqueingLoc(); in getIssueHash()
658 PathDiagnosticLocation UPDLoc = D.getUniqueingLoc(); in FinalizeHTML()
H A DPlistDiagnostics.cpp697 PathDiagnosticLocation UPDLoc = D->getUniqueingLoc(); in FlushDiagnosticsImpl()
/freebsd/contrib/llvm-project/clang/include/clang/Analysis/
H A DPathDiagnostic.h879 PathDiagnosticLocation getUniqueingLoc() const { in getUniqueingLoc() function