Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/StaticAnalyzer/Checkers/RetainCountChecker/
H A DRetainCountDiagnostics.cpp732 const ProgramPoint AllocPP = AllocationNode->getLocation(); in GetAllocationSite() local
733 if (std::optional<StmtPoint> SP = AllocPP.getAs<StmtPoint>()) in GetAllocationSite()