Home
last modified time | relevance | path

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

/external/clang/lib/StaticAnalyzer/Checkers/
DRetainCountChecker.cpp2204 const LocationContext *InterestingMethodContext; member
2208 N(InN), R(InR), InterestingMethodContext(InInterestingMethodContext) {} in AllocationInfo()
2276 const LocationContext *InterestingMethodContext = nullptr; in GetAllocationSite() local
2282 InterestingMethodContext = InitMethodContext; in GetAllocationSite()
2294 InterestingMethodContext); in GetAllocationSite()
2319 BR.markInteresting(AllocI.InterestingMethodContext); in getEndPath()
2413 markInteresting(AllocI.InterestingMethodContext); in CFRefLeakReport()