Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/clang/lib/Analysis/
H A DPathDiagnostic.cpp355 FullSourceLoc XUL = X.getUniqueingLoc().asLocation(); in compare()
356 FullSourceLoc YUL = Y.getUniqueingLoc().asLocation(); in compare()
1136 ID.Add(getUniqueingLoc()); in Profile()
/openbsd-src/gnu/llvm/clang/lib/StaticAnalyzer/Core/
H A DHTMLDiagnostics.cpp251 PathDiagnosticLocation UPDLoc = D.getUniqueingLoc(); in getIssueHash()
649 PathDiagnosticLocation UPDLoc = D.getUniqueingLoc(); in FinalizeHTML()
H A DPlistDiagnostics.cpp702 PathDiagnosticLocation UPDLoc = D->getUniqueingLoc(); in FlushDiagnosticsImpl()
/openbsd-src/gnu/llvm/clang/include/clang/Analysis/
H A DPathDiagnostic.h873 PathDiagnosticLocation getUniqueingLoc() const { in getUniqueingLoc() function