Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/clang/lib/StaticAnalyzer/Checkers/RetainCountChecker/
H A DRetainCountDiagnostics.cpp521 const LocationContext *InitMethodContext = nullptr; in GetAllocationSite() local
557 if (!InitMethodContext) in GetAllocationSite()
565 InitMethodContext = CEP->getCalleeContext(); in GetAllocationSite()
576 if (InitMethodContext) { in GetAllocationSite()
581 InterestingMethodContext = InitMethodContext; in GetAllocationSite()