Home
last modified time | relevance | path

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

/external/clang/lib/StaticAnalyzer/Checkers/
DRetainCountChecker.cpp2222 const LocationContext *InitMethodContext = nullptr; in GetAllocationSite() local
2258 if (!InitMethodContext) in GetAllocationSite()
2266 InitMethodContext = CEP->getCalleeContext(); in GetAllocationSite()
2277 if (InitMethodContext) { in GetAllocationSite()
2282 InterestingMethodContext = InitMethodContext; in GetAllocationSite()