Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang/lib/StaticAnalyzer/Checkers/RetainCountChecker/
H A DRetainCountDiagnostics.cpp657 const LocationContext *InterestingMethodContext; member
661 N(InN), R(InR), InterestingMethodContext(InInterestingMethodContext) {} in AllocationInfo()
728 const LocationContext *InterestingMethodContext = nullptr; in GetAllocationSite() local
734 InterestingMethodContext = InitMethodContext; in GetAllocationSite()
747 InterestingMethodContext); in GetAllocationSite()
891 markInteresting(AllocI.InterestingMethodContext); in deriveAllocLocation()