Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/clang/lib/StaticAnalyzer/Checkers/RetainCountChecker/
H A DRetainCountDiagnostics.cpp504 const LocationContext *InterestingMethodContext; member
508 N(InN), R(InR), InterestingMethodContext(InInterestingMethodContext) {} in AllocationInfo()
575 const LocationContext *InterestingMethodContext = nullptr; in GetAllocationSite() local
581 InterestingMethodContext = InitMethodContext; in GetAllocationSite()
595 InterestingMethodContext); in GetAllocationSite()
619 BR.markInteresting(AllocI.InterestingMethodContext); in getEndPath()
742 markInteresting(AllocI.InterestingMethodContext); in deriveAllocLocation()