Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/clang/lib/StaticAnalyzer/Checkers/RetainCountChecker/
H A DRetainCountDiagnostics.cpp680 const LocationContext *InitMethodContext = nullptr; in GetAllocationSite() local
716 if (!InitMethodContext) in GetAllocationSite()
724 InitMethodContext = CEP->getCalleeContext(); in GetAllocationSite()
735 if (InitMethodContext) { in GetAllocationSite()
740 InterestingMethodContext = InitMethodContext; in GetAllocationSite()