Home
last modified time | relevance | path

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

/netbsd/external/apache2/llvm/dist/clang/lib/StaticAnalyzer/Checkers/RetainCountChecker/
H A DRetainCountDiagnostics.cpp873 UniqueingLocation = ParamLocation; in deriveParamLocation()
916 UniqueingLocation = AllocLocation; in deriveAllocLocation()
921 assert(Location.isValid() && UniqueingDecl && UniqueingLocation.isValid()); in createDescription()
/netbsd/external/apache2/llvm/dist/clang/include/clang/StaticAnalyzer/Core/BugReporter/
H A DBugReporter.h357 PathDiagnosticLocation UniqueingLocation; variable
415 return UniqueingLocation; in getUniqueingLocation()
/netbsd/external/apache2/llvm/dist/clang/lib/StaticAnalyzer/Core/
H A DBugReporter.cpp2135 UniqueingLocation(LocationToUnique), UniqueingDecl(DeclToUnique) { in PathSensitiveBugReport()