Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/StaticAnalyzer/Checkers/RetainCountChecker/
H A DRetainCountDiagnostics.cpp660 const LocationContext *InterestingMethodContext; member
664 N(InN), R(InR), InterestingMethodContext(InInterestingMethodContext) {} in AllocationInfo()
731 const LocationContext *InterestingMethodContext = nullptr; in GetAllocationSite() local
737 InterestingMethodContext = InitMethodContext; in GetAllocationSite()
750 InterestingMethodContext); in GetAllocationSite()
891 markInteresting(AllocI.InterestingMethodContext); in deriveAllocLocation()