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.cpp677 const LocationContext *InitMethodContext = nullptr; in GetAllocationSite() local
713 if (!InitMethodContext) in GetAllocationSite()
721 InitMethodContext = CEP->getCalleeContext(); in GetAllocationSite()
732 if (InitMethodContext) { in GetAllocationSite()
737 InterestingMethodContext = InitMethodContext; in GetAllocationSite()