Home
last modified time | relevance | path

Searched refs:UniqueingDecl (Results 1 – 5 of 5) sorted by relevance

/netbsd-src/external/apache2/llvm/dist/clang/lib/StaticAnalyzer/Checkers/RetainCountChecker/
H A DRetainCountDiagnostics.cpp874 UniqueingDecl = Ctx.getLocationContext()->getDecl(); in deriveParamLocation()
917 UniqueingDecl = AllocNode->getLocationContext()->getDecl(); in deriveAllocLocation()
921 assert(Location.isValid() && UniqueingDecl && UniqueingLocation.isValid()); in createDescription()
/netbsd-src/external/apache2/llvm/dist/clang/include/clang/StaticAnalyzer/Core/BugReporter/
H A DBugReporter.h358 const Decl *UniqueingDecl; variable
420 return UniqueingDecl; in getUniqueingDecl()
/netbsd-src/external/apache2/llvm/dist/clang/include/clang/Analysis/
H A DPathDiagnostic.h784 const Decl *UniqueingDecl; variable
882 return UniqueingDecl; in getUniqueingDecl()
/netbsd-src/external/apache2/llvm/dist/clang/lib/Analysis/
H A DPathDiagnostic.cpp130 UniqueingDecl(DeclToUnique), ExecutedLines(std::move(ExecutedLines)), in PathDiagnostic()
/netbsd-src/external/apache2/llvm/dist/clang/lib/StaticAnalyzer/Core/
H A DBugReporter.cpp2135 UniqueingLocation(LocationToUnique), UniqueingDecl(DeclToUnique) { in PathSensitiveBugReport()