Searched refs:AllocStmt (Results 1 – 3 of 3) sorted by relevance
73 const Stmt *AllocStmt = nullptr; variable
897 AllocStmt = AllocNode->getStmtForDiagnostics(); in deriveAllocLocation()899 if (!AllocStmt) { in deriveAllocLocation()905 AllocStmt, SMgr, AllocNode->getLocationContext()); in deriveAllocLocation()
486 const Stmt *AllocStmt = AllocNode->getStmtForDiagnostics(); in generateAllocatedDataNotReleasedReport() local488 if (AllocStmt) in generateAllocatedDataNotReleasedReport()489 LocUsedForUniqueing = PathDiagnosticLocation::createBegin(AllocStmt, in generateAllocatedDataNotReleasedReport()