Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/include/clang/StaticAnalyzer/Core/BugReporter/
H A DBugReporter.h388 PathDiagnosticLocation LocationToUnique, in PathSensitiveBugReport() argument
390 : PathSensitiveBugReport(bt, desc, desc, errorNode, LocationToUnique, in PathSensitiveBugReport()
395 PathDiagnosticLocation LocationToUnique,
/freebsd/contrib/llvm-project/clang/lib/Analysis/
H A DPathDiagnostic.cpp117 PathDiagnosticLocation LocationToUnique, const Decl *DeclToUnique, in PathDiagnostic() argument
124 Category(StripTrailingDots(category)), UniqueingLoc(LocationToUnique), in PathDiagnostic()
/freebsd/contrib/llvm-project/clang/include/clang/Analysis/
H A DPathDiagnostic.h793 StringRef category, PathDiagnosticLocation LocationToUnique,
/freebsd/contrib/llvm-project/clang/lib/StaticAnalyzer/Core/
H A DBugReporter.cpp2145 const ExplodedNode *errorNode, PathDiagnosticLocation LocationToUnique, in PathSensitiveBugReport() argument
2149 UniqueingLocation(LocationToUnique), UniqueingDecl(DeclToUnique) { in PathSensitiveBugReport()