Home
last modified time | relevance | path

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

/external/clang/lib/StaticAnalyzer/Checkers/
DRetainCountChecker.cpp2223 const LocationContext *InitMethodContext = nullptr; in GetAllocationSite() local
2259 if (!InitMethodContext) in GetAllocationSite()
2267 InitMethodContext = CEP->getCalleeContext(); in GetAllocationSite()
2278 if (InitMethodContext) { in GetAllocationSite()
2283 InterestingMethodContext = InitMethodContext; in GetAllocationSite()