Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/StaticAnalyzer/Checkers/RetainCountChecker/
H A DRetainCountDiagnostics.cpp676 const LocationContext *InitMethodContext = nullptr; in GetAllocationSite() local
712 if (!InitMethodContext) in GetAllocationSite()
720 InitMethodContext = CEP->getCalleeContext(); in GetAllocationSite()
731 if (InitMethodContext) { in GetAllocationSite()
736 InterestingMethodContext = InitMethodContext; in GetAllocationSite()