Searched refs:AllocStmt (Results 1 – 3 of 3) sorted by relevance
73 const Stmt *AllocStmt = nullptr; variable
896 AllocStmt = AllocNode->getStmtForDiagnostics(); in deriveAllocLocation()898 if (!AllocStmt) { in deriveAllocLocation()904 AllocStmt, SMgr, AllocNode->getLocationContext()); in deriveAllocLocation()
478 const Stmt *AllocStmt = AllocNode->getStmtForDiagnostics(); in generateAllocatedDataNotReleasedReport() local480 if (AllocStmt) in generateAllocatedDataNotReleasedReport()481 LocUsedForUniqueing = PathDiagnosticLocation::createBegin(AllocStmt, in generateAllocatedDataNotReleasedReport()