Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang/lib/StaticAnalyzer/Checkers/RetainCountChecker/
H A DRetainCountDiagnostics.cpp674 const LocationContext *InitMethodContext = nullptr; in GetAllocationSite() local
710 if (!InitMethodContext) in GetAllocationSite()
718 InitMethodContext = CEP->getCalleeContext(); in GetAllocationSite()
729 if (InitMethodContext) { in GetAllocationSite()
734 InterestingMethodContext = InitMethodContext; in GetAllocationSite()