Home
last modified time | relevance | path

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

/src/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()
/src/contrib/llvm-project/clang/lib/StaticAnalyzer/Core/
H A DHTMLDiagnostics.cpp254 PathDiagnosticLocation UPDLoc = D.getUniqueingLoc(); in getIssueHash()
660 PathDiagnosticLocation UPDLoc = D.getUniqueingLoc(); in FinalizeHTML()
H A DPlistDiagnostics.cpp700 PathDiagnosticLocation UPDLoc = D->getUniqueingLoc(); in FlushDiagnosticsImpl()
/src/contrib/llvm-project/clang/include/clang/Analysis/
H A DPathDiagnostic.h879 PathDiagnosticLocation getUniqueingLoc() const { in getUniqueingLoc() function