Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/StaticAnalyzer/Checkers/RetainCountChecker/
H A DRetainCountDiagnostics.cpp672 const MemRegion *FirstBinding = nullptr; in GetAllocationSite() local
695 FirstBinding = R; in GetAllocationSite()
747 FirstBinding = nullptr; in GetAllocationSite()
749 return AllocationInfo(AllocationNodeInCurrentOrParentContext, FirstBinding, in GetAllocationSite()