Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/Analysis/
H A DPathDiagnostic.cpp355 FullSourceLoc XUL = X.getUniqueingLoc().asLocation(); in compare()
356 FullSourceLoc YUL = Y.getUniqueingLoc().asLocation(); in compare()
1138 ID.Add(getUniqueingLoc()); in Profile()
/freebsd/contrib/llvm-project/clang/lib/StaticAnalyzer/Core/
H A DHTMLDiagnostics.cpp254 PathDiagnosticLocation UPDLoc = D.getUniqueingLoc(); in getIssueHash()
660 PathDiagnosticLocation UPDLoc = D.getUniqueingLoc(); in FinalizeHTML()
/freebsd/contrib/llvm-project/clang/include/clang/Analysis/
H A DPathDiagnostic.h879 PathDiagnosticLocation getUniqueingLoc() const { in getUniqueingLoc() function