Home
last modified time | relevance | path

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

/external/clang/lib/StaticAnalyzer/Checkers/
DRetainCountChecker.cpp2205 const LocationContext *InterestingMethodContext; member
2209 N(InN), R(InR), InterestingMethodContext(InInterestingMethodContext) {} in AllocationInfo()
2277 const LocationContext *InterestingMethodContext = nullptr; in GetAllocationSite() local
2283 InterestingMethodContext = InitMethodContext; in GetAllocationSite()
2295 InterestingMethodContext); in GetAllocationSite()
2320 BR.markInteresting(AllocI.InterestingMethodContext); in getEndPath()
2414 markInteresting(AllocI.InterestingMethodContext); in CFRefLeakReport()