Home
last modified time | relevance | path

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

/external/clang/lib/StaticAnalyzer/Checkers/
DRetainCountChecker.cpp2279 const ProgramPoint AllocPP = AllocationNode->getLocation(); in GetAllocationSite() local
2280 if (Optional<StmtPoint> SP = AllocPP.getAs<StmtPoint>()) in GetAllocationSite()