Home
last modified time | relevance | path

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

/openbsd/gnu/llvm/clang/lib/StaticAnalyzer/Checkers/RetainCountChecker/
H A DRetainCountDiagnostics.cpp870 UniqueingDecl = Ctx.getLocationContext()->getDecl(); in deriveParamLocation()
913 UniqueingDecl = AllocNode->getLocationContext()->getDecl(); in deriveAllocLocation()
917 assert(Location.isValid() && UniqueingDecl && UniqueingLocation.isValid()); in createDescription()
/openbsd/gnu/llvm/clang/include/clang/StaticAnalyzer/Core/BugReporter/
H A DBugReporter.h356 const Decl *UniqueingDecl; variable
418 return UniqueingDecl; in getUniqueingDecl()
/openbsd/gnu/llvm/clang/include/clang/Analysis/
H A DPathDiagnostic.h781 const Decl *UniqueingDecl; variable
879 return UniqueingDecl; in getUniqueingDecl()
/openbsd/gnu/llvm/clang/lib/Analysis/
H A DPathDiagnostic.cpp129 UniqueingDecl(DeclToUnique), ExecutedLines(std::move(ExecutedLines)), in PathDiagnostic()
/openbsd/gnu/llvm/clang/lib/StaticAnalyzer/Core/
H A DBugReporter.cpp2136 UniqueingLocation(LocationToUnique), UniqueingDecl(DeclToUnique) { in PathSensitiveBugReport()