Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/StaticAnalyzer/Core/
H A DBugSuppression.cpp156 PathDiagnosticLocation UniqueingLocation = R.getUniqueingLocation(); in isSuppressed() local
160 isSuppressed(UniqueingLocation, DeclWithIssue, {}); in isSuppressed()
H A DBugReporter.cpp2166 UniqueingLocation(LocationToUnique), UniqueingDecl(DeclToUnique) { in PathSensitiveBugReport()
/freebsd/contrib/llvm-project/clang/lib/StaticAnalyzer/Checkers/RetainCountChecker/
H A DRetainCountDiagnostics.cpp867 UniqueingLocation = ParamLocation; in deriveParamLocation()
910 UniqueingLocation = AllocLocation; in deriveAllocLocation()
915 assert(Location.isValid() && UniqueingDecl && UniqueingLocation.isValid()); in createDescription()
/freebsd/contrib/llvm-project/clang/include/clang/StaticAnalyzer/Core/BugReporter/
H A DBugReporter.h355 PathDiagnosticLocation UniqueingLocation; variable
413 return UniqueingLocation; in getUniqueingLocation()