Searched refs:AllocStmt (Results 1 – 3 of 3) sorted by relevance
73 const Stmt *AllocStmt = nullptr; variable
903 AllocStmt = AllocNode->getStmtForDiagnostics(); in deriveAllocLocation()905 if (!AllocStmt) { in deriveAllocLocation()911 AllocStmt, SMgr, AllocNode->getLocationContext()); in deriveAllocLocation()
487 const Stmt *AllocStmt = AllocNode->getStmtForDiagnostics(); in generateAllocatedDataNotReleasedReport() local489 if (AllocStmt) in generateAllocatedDataNotReleasedReport()490 LocUsedForUniqueing = PathDiagnosticLocation::createBegin(AllocStmt, in generateAllocatedDataNotReleasedReport()