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

/freebsd-13-stable/contrib/llvm-project/clang/lib/StaticAnalyzer/Checkers/RetainCountChecker/
H A DRetainCountDiagnostics.cpp840 UniqueingDecl = Ctx.getLocationContext()->getDecl();
885 UniqueingDecl = AllocNode->getLocationContext()->getDecl();
889 assert(Location.isValid() && UniqueingDecl && UniqueingLocation.isValid());
/freebsd-13-stable/contrib/llvm-project/clang/include/clang/StaticAnalyzer/Core/BugReporter/
H A DBugReporter.h358 const Decl *UniqueingDecl; member in class:clang::ento::PathSensitiveBugReport
420 return UniqueingDecl;
/freebsd-13-stable/contrib/llvm-project/clang/include/clang/Analysis/
H A DPathDiagnostic.h745 const Decl *UniqueingDecl; member in class:clang::ento::PathDiagnostic
843 return UniqueingDecl;
/freebsd-13-stable/contrib/llvm-project/clang/lib/Analysis/
H A DPathDiagnostic.cpp130 UniqueingDecl(DeclToUnique), ExecutedLines(std::move(ExecutedLines)),
/freebsd-13-stable/contrib/llvm-project/clang/lib/StaticAnalyzer/Core/
H A DBugReporter.cpp2137 UniqueingLocation(LocationToUnique), UniqueingDecl(DeclToUnique) {

Completed in 183 milliseconds