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.cpp659 const LocationContext *InterestingMethodContext; member
663 N(InN), R(InR), InterestingMethodContext(InInterestingMethodContext) {} in AllocationInfo()
730 const LocationContext *InterestingMethodContext = nullptr; in GetAllocationSite() local
736 InterestingMethodContext = InitMethodContext; in GetAllocationSite()
749 InterestingMethodContext); in GetAllocationSite()
890 markInteresting(AllocI.InterestingMethodContext); in deriveAllocLocation()