Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/clang/lib/StaticAnalyzer/Checkers/RetainCountChecker/
H A DRetainCountDiagnostics.cpp663 const LocationContext *InterestingMethodContext; member
667 N(InN), R(InR), InterestingMethodContext(InInterestingMethodContext) {} in AllocationInfo()
734 const LocationContext *InterestingMethodContext = nullptr; in GetAllocationSite() local
740 InterestingMethodContext = InitMethodContext; in GetAllocationSite()
753 InterestingMethodContext); in GetAllocationSite()
897 markInteresting(AllocI.InterestingMethodContext); in deriveAllocLocation()